[FFmpeg-cvslog] avformat/riff: Add UGY2
Michael Niedermayer
git at videolan.org
Sun Oct 19 15:58:48 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Oct 19 14:34:50 2014 +0200| [a71a5c911eb0bd46bfafc439550e0184a883a3a7] | committer: Michael Niedermayer
avformat/riff: Add UGY2
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a71a5c911eb0bd46bfafc439550e0184a883a3a7
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 053038b..99fee62 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -341,6 +341,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
/* Ut Video version 13.0.1 BT.709 codecs */
{ AV_CODEC_ID_UTVIDEO, MKTAG('U', 'L', 'H', '0') },
{ AV_CODEC_ID_UTVIDEO, MKTAG('U', 'L', 'H', '2') },
+ { AV_CODEC_ID_UTVIDEO, MKTAG('U', 'Q', 'Y', '2') },
{ AV_CODEC_ID_VBLE, MKTAG('V', 'B', 'L', 'E') },
{ AV_CODEC_ID_ESCAPE130, MKTAG('E', '1', '3', '0') },
{ AV_CODEC_ID_DXTORY, MKTAG('x', 't', 'o', 'r') },
More information about the ffmpeg-cvslog
mailing list