ffmpeg | branch: master | Vittorio Giovara <vittorio.giov...@gmail.com> | Tue 
Apr 21 13:10:00 2015 +0100| [3c04ec04df8cba12f3a7408709ff5c1fddfe8d82] | 
committer: Vittorio Giovara

riff: Add GLV4 fourcc for mpeg4

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

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

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 8c05e90..d947107 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') },

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to