diff options
author | Vittorio Giovara | 2015-04-21 13:10:00 +0100 |
---|---|---|
committer | Vittorio Giovara | 2015-04-24 14:55:10 +0100 |
commit | 3c04ec04df8cba12f3a7408709ff5c1fddfe8d82 (patch) | |
tree | 0ba52f3e12559dce2c360718cd2bddb8a0f2ff50 /libavformat/riff.c | |
parent | 5bba3ab0cf7a0238ee1ea31ca2da08ce860fd8f9 (diff) |
riff: Add GLV4 fourcc for mpeg4
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 8c05e90a66..d947107489 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -108,6 +108,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_MPEG4, MKTAG('D', 'r', 'e', 'X') }, { AV_CODEC_ID_MPEG4, MKTAG('Q', 'M', 'P', '4') }, /* QNAP Systems */ { AV_CODEC_ID_MPEG4, MKTAG('P', 'L', 'V', '1') }, /* Pelco DVR MPEG-4 */ + { AV_CODEC_ID_MPEG4, MKTAG('G', 'L', 'V', '4') }, { AV_CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') }, { AV_CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') }, { AV_CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', 'G', '3') }, |