[FFmpeg-cvslog] riff: add "YUV8" FourCC
Piotr Bandurski
git at videolan.org
Fri Apr 4 03:25:04 CEST 2014
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Thu Apr 3 15:37:20 2014 +0200| [7100f3c07dbfec9e940cb1bf716edceaefa9c6e6] | committer: Vittorio Giovara
riff: add "YUV8" FourCC
Sample-Id: MAILTEST.AVI
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7100f3c07dbfec9e940cb1bf716edceaefa9c6e6
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 794d0e5..24f1506 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -291,6 +291,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_VC1IMAGE, MKTAG('W', 'V', 'P', '2') },
{ AV_CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') },
{ AV_CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') },
+ { AV_CODEC_ID_WNV1, MKTAG('Y', 'U', 'V', '8') },
{ AV_CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
{ AV_CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
{ AV_CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') },
More information about the ffmpeg-cvslog
mailing list