diff options
author | Michael Niedermayer | 2016-05-01 01:26:27 +0200 |
---|---|---|
committer | Michael Niedermayer | 2016-05-01 01:43:06 +0200 |
commit | 9a499e0ae7dd271e7e718bfe787e248bf3b4011f (patch) | |
tree | e8877df5c222c349aaff70f980ea7e0bce84162c /libavformat/riff.c | |
parent | cb84c12fa2b8b7a1b25048bca7d937261890ba97 (diff) |
avformat/riff: add m704
(Ticket 2616)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index ca249f90c6..7f92f8b238 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -170,6 +170,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { /* 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', '4') }, { 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') }, |