[FFmpeg-cvslog] Support H.264 fourcc UMSV.
Carl Eugen Hoyos
git at videolan.org
Mon Oct 14 16:30:40 CEST 2013
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Oct 14 16:29:58 2013 +0200| [f7ed044eeaf39c73333d3cc01d07b07d9bc860c6] | committer: Carl Eugen Hoyos
Support H.264 fourcc UMSV.
Fixes ticket #3046.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f7ed044eeaf39c73333d3cc01d07b07d9bc860c6
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index f084b36..849c1bf 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -41,6 +41,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') },
{ 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