[MPlayer-cvslog] CVS: main/libmpdemux demux_ogg.c,1.73,1.74

Nico Sabbi CVS syncmail at mplayerhq.hu
Fri May 13 01:27:25 CEST 2005


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv24185

Modified Files:
	demux_ogg.c 
Log Message:
fixup the correct sh_a

Index: demux_ogg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_ogg.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- demux_ogg.c	12 May 2005 23:12:27 -0000	1.73
+++ demux_ogg.c	12 May 2005 23:27:22 -0000	1.74
@@ -1187,6 +1187,7 @@
 
   mp_msg(MSGT_DEMUX,MSGL_V,"Ogg demuxer : found %d audio stream%s, %d video stream%s and %d text stream%s\n",n_audio,n_audio>1?"s":"",n_video,n_video>1?"s":"",ogg_d->n_text,ogg_d->n_text>1?"s":"");
 
+  sh_a = demuxer->audio->sh;
   if(sh_a)
     if(sh_a->format == FOURCC_VORBIS)
       fixup_vorbis_wf(sh_a);




More information about the MPlayer-cvslog mailing list