[FFmpeg-cvslog] lavf/riff.c: Fix GeoVision H.264 fourcc.

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


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Oct 11 16:23:09 2013 +0200| [a12ab37d1f7acd7309132da3bb162247df1957b6] | committer: Carl Eugen Hoyos

lavf/riff.c: Fix GeoVision H.264 fourcc.

Fixes d24da748

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

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

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 7dd201b..a0e3ea5 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -40,7 +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_H264,         MKTAG('G', 'A', 'V', 'C') }, /* 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