[Mplayer-cvslog] CVS: main/libmpcodecs ad_ffmpeg.c,1.8,1.9

Alex Beregszaszi alex at mplayerhq.hu
Tue Oct 29 17:40:58 CET 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv5724

Modified Files:
	ad_ffmpeg.c 
Log Message:
10l - fixed wma version misdetection

Index: ad_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_ffmpeg.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ad_ffmpeg.c	28 Oct 2002 00:40:42 -0000	1.8
+++ ad_ffmpeg.c	29 Oct 2002 16:40:45 -0000	1.9
@@ -66,6 +66,7 @@
     lavc_context->bit_rate = sh_audio->wf->nAvgBytesPerSec * 8;
     lavc_context->fourcc = sh_audio->format;
     lavc_context->block_align = sh_audio->wf->nBlockAlign;
+    lavc_context->codec_id = lavc_codec->id;
 
     /* alloc extra data */
     if (sh_audio->wf->cbSize > 0) {




More information about the MPlayer-cvslog mailing list