[FFmpeg-cvslog] Added M701 codec_tag for mpeg2video

Tomas Härdin git at videolan.org
Sun Dec 25 01:35:56 CET 2011


ffmpeg | branch: release/0.6 | Tomas Härdin <tomas.hardin at codemill.se> | Mon Jun  7 11:27:26 2010 +0000| [2fc39af1dec9cae61df35dd9dcc5200021aa5f30] | committer: Reinhard Tartler

Added M701 codec_tag for mpeg2video

Originally committed as revision 23513 to svn://svn.ffmpeg.org/ffmpeg/trunk
(cherry picked from commit 77d3f1f792c2a0bd455c75b0aa8e356b3a470ea7)

Signed-off-by: Reinhard Tartler <siretart at tauware.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2fc39af1dec9cae61df35dd9dcc5200021aa5f30
---

 libavformat/riff.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 64464ca..0e925f2 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -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