[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.122,1.123

Michael Niedermayer CVS michael
Sun Feb 19 11:20:29 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv14947/libavformat

Modified Files:
	avienc.c 
Log Message:
RMP4 ("xvid fork") decoding support


Index: avienc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avienc.c,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- avienc.c	12 Feb 2006 08:53:29 -0000	1.122
+++ avienc.c	19 Feb 2006 10:20:27 -0000	1.123
@@ -108,6 +108,8 @@
     { CODEC_ID_MPEG4, MKTAG('W', 'V', '1', 'F') },
     { CODEC_ID_MPEG4, MKTAG('S', 'E', 'D', 'G') },
 
+    { CODEC_ID_MPEG4, MKTAG('R', 'M', 'P', '4') },
+
     { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3'), .invalid_asf = 1 }, /* default signature when using MSMPEG4 */
     { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') },
 





More information about the ffmpeg-cvslog mailing list