Module: libav Branch: release/0.6 Commit: 2fc39af1dec9cae61df35dd9dcc5200021aa5f30
Author: Tomas Härdin <[email protected]> Committer: Reinhard Tartler <[email protected]> Date: Mon Jun 7 11:27:26 2010 +0000 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 <[email protected]> --- 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') }, _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
