[FFmpeg-cvslog] Add H.264 fourcc GAVC for GeoVision cameras.

Carl Eugen Hoyos git at videolan.org
Fri Oct 11 10:24:04 CEST 2013


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Oct 11 10:02:00 2013 +0200| [d24da748c3088249e53ad878a9df37e7283bb460] | committer: Carl Eugen Hoyos

Add H.264 fourcc GAVC for GeoVision cameras.

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

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

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 853c569..7dd201b 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -40,6 +40,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_H264,         MKTAG('V', 'S', 'S', 'H') },
     { AV_CODEC_ID_H264,         MKTAG('Q', '2', '6', '4') }, /* QNAP surveillance system */
     { AV_CODEC_ID_H264,         MKTAG('V', '2', '6', '4') },
+    { AV_CODEC_ID_H264,         MKTAG('G', '2', '6', '4') }, /* GeoVision camera */
     { AV_CODEC_ID_H263,         MKTAG('H', '2', '6', '3') },
     { AV_CODEC_ID_H263,         MKTAG('X', '2', '6', '3') },
     { AV_CODEC_ID_H263,         MKTAG('T', '2', '6', '3') },



More information about the ffmpeg-cvslog mailing list