[FFmpeg-cvslog] riff: Support H.264 fourcc UMSV
Carl Eugen Hoyos
git at videolan.org
Fri Apr 4 03:25:01 CEST 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Oct 14 16:29:58 2013 +0200| [915524e541f0119e20783d198b79f278a81f1eac] | committer: Vittorio Giovara
riff: Support H.264 fourcc UMSV
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=915524e541f0119e20783d198b79f278a81f1eac
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 4e09451..cb8634c 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -38,6 +38,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_H264, MKTAG('Q', '2', '6', '4') }, /* QNAP surveillance system */
{ AV_CODEC_ID_H264, MKTAG('V', '2', '6', '4') }, /* CCTV recordings */
{ AV_CODEC_ID_H264, MKTAG('G', 'A', 'V', 'C') }, /* GeoVision camera */
+ { AV_CODEC_ID_H264, MKTAG('U', 'M', 'S', 'V') },
{ 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