[FFmpeg-cvslog] r23513 - trunk/libavformat/riff.c

thardin subversion
Mon Jun 7 13:27:26 CEST 2010


Author: thardin
Date: Mon Jun  7 13:27:26 2010
New Revision: 23513

Log:
Added M701 codec_tag for mpeg2video

Modified:
   trunk/libavformat/riff.c

Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c	Sun Jun  6 21:48:50 2010	(r23512)
+++ trunk/libavformat/riff.c	Mon Jun  7 13:27:26 2010	(r23513)
@@ -123,6 +123,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { CODEC_ID_MPEG2VIDEO,   MKTAG('L', 'M', 'P', '2') }, /* Lead MPEG2 in avi */
     { CODEC_ID_MPEG2VIDEO,   MKTAG('s', 'l', 'i', 'f') },
     { CODEC_ID_MPEG2VIDEO,   MKTAG('E', 'M', '2', 'V') },
+    { CODEC_ID_MPEG2VIDEO,   MKTAG('M', '7', '0', '1') }, /* Matrox MPEG2 intra-only */
     { CODEC_ID_MJPEG,        MKTAG('M', 'J', 'P', 'G') },
     { CODEC_ID_MJPEG,        MKTAG('L', 'J', 'P', 'G') },
     { CODEC_ID_MJPEG,        MKTAG('d', 'm', 'b', '1') },



More information about the ffmpeg-cvslog mailing list