[FFmpeg-cvslog] riff: add "YUV8" FourCC
Piotr Bandurski
git at videolan.org
Wed Jul 4 04:17:26 CEST 2012
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Wed Jul 4 02:05:22 2012 +0200| [a54bc1ebb8b0fe31b6088c19ff0c8e53b94a70ad] | committer: Michael Niedermayer
riff: add "YUV8" FourCC
sample:
http://samples.mplayerhq.hu/V-codecs/yuv8/MAILTEST.AVI
Reviewed-by: compn <tempn at twmi.rr.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a54bc1ebb8b0fe31b6088c19ff0c8e53b94a70ad
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index a9715b5..fe8b49f 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -262,6 +262,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_VC1IMAGE, MKTAG('W', 'V', 'P', '2') },
{ CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') },
{ CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') },
+ { CODEC_ID_WNV1, MKTAG('Y', 'U', 'V', '8') },
{ CODEC_ID_AASC, MKTAG('A', 'A', 'S', '4') },
{ CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
{ CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
More information about the ffmpeg-cvslog
mailing list