[FFmpeg-cvslog] avformat/riff: support for matrox m703 mpeg-2

Александр Слободенюк git at videolan.org
Thu Apr 28 02:32:33 CEST 2016


ffmpeg | branch: master | Александр Слободенюк <alexander.slobodeniuk at bramtech.ru> | Tue Apr 26 17:11:26 2016 +0300| [688664e02d2faa12dcaaabd5a84a338d2e05828c] | committer: Michael Niedermayer

avformat/riff: support for matrox m703 mpeg-2

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 libavformat/riff.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 5bc8491..ca249f9 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -169,6 +169,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_MPEG2VIDEO,   MKTAG('E', 'M', '2', 'V') },
     /* Matrox MPEG-2 intra-only */
     { AV_CODEC_ID_MPEG2VIDEO,   MKTAG('M', '7', '0', '1') },
+    { AV_CODEC_ID_MPEG2VIDEO,   MKTAG('M', '7', '0', '3') },
     { AV_CODEC_ID_MPEG2VIDEO,   MKTAG('M', '7', '0', '5') },
     { AV_CODEC_ID_MPEG2VIDEO,   MKTAG('m', 'p', 'g', 'v') },
     { AV_CODEC_ID_MPEG1VIDEO,   MKTAG('B', 'W', '1', '0') },



More information about the ffmpeg-cvslog mailing list