]> git.sesse.net Git - ffmpeg/commitdiff
Added M701 codec_tag for mpeg2video
authorTomas Härdin <tomas.hardin@codemill.se>
Mon, 7 Jun 2010 11:27:26 +0000 (11:27 +0000)
committerTomas Härdin <tomas.hardin@codemill.se>
Mon, 7 Jun 2010 11:27:26 +0000 (11:27 +0000)
Originally committed as revision 23513 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/riff.c

index 5191e1080a8321e8d4319b247e81a75d1e96212d..17b47f0a6527fd9e03fbeae3ba657e2a57fcfbcb 100644 (file)
@@ -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') },