summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-04-07 12:30:16 +0200
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-04-09 13:52:04 +0200
commit783df7d5c5ab15f3d1afe2541c7d461c81c5c29d (patch)
tree3a02441fd6029a5541ed2cb8d7d201e54cad6f55 /libavformat/riff.c
parent5980c924e309ae1dde8bd52d9938f94ff02602eb (diff)
riff: Add 'M705' FourCC for mpeg2video
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 2a46975705..055a7fc88e 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -162,6 +162,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', '5') },
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', 'v') },
{ AV_CODEC_ID_MPEG1VIDEO, MKTAG('B', 'W', '1', '0') },
{ AV_CODEC_ID_MPEG1VIDEO, MKTAG('X', 'M', 'P', 'G') }, /* Xing MPEG intra only */