diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-05-03 00:39:55 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-05-03 01:07:31 +0200 |
commit | dc34fa6a9e643131e04b067aa33d8609ac419ad3 (patch) | |
tree | 6f13f52f1fcd662a8c1f99b1a908f8bf41513c25 /libavformat | |
parent | df820af2c5028a446c71fa7db36f2c0f35f8488e (diff) | |
download | ffmpeg-streaming-dc34fa6a9e643131e04b067aa33d8609ac419ad3.zip ffmpeg-streaming-dc34fa6a9e643131e04b067aa33d8609ac419ad3.tar.gz |
avformat/riff: add M702
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-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 7f92f8b..70baea1 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', '2') }, { 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') }, |