[MPlayer-cvslog] CVS: main/libmpdemux muxer_lavf.c,1.9,1.10

Michael Niedermayer CVS syncmail at mplayerhq.hu
Thu Aug 11 22:54:12 CEST 2005


CVS change done by Michael Niedermayer CVS

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

Modified Files:
	muxer_lavf.c 
Log Message:
video fourcc fix


Index: muxer_lavf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/muxer_lavf.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- muxer_lavf.c	18 Jul 2005 00:10:09 -0000	1.9
+++ muxer_lavf.c	11 Aug 2005 20:54:09 -0000	1.10
@@ -196,6 +196,7 @@
 	else if(stream->type == MUXER_TYPE_VIDEO)
 	{
 		ctx->codec_id = codec_get_bmp_id(stream->bih->biCompression);
+                ctx->codec_tag= stream->bih->biCompression;
 		mp_msg(MSGT_MUXER, MSGL_INFO, "VIDEO CODEC ID: %d\n", ctx->codec_id);
 		ctx->width = stream->bih->biWidth;
 		ctx->height = stream->bih->biHeight;




More information about the MPlayer-cvslog mailing list