diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2014-04-03 15:37:20 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 01:29:27 +0200 |
commit | 7100f3c07dbfec9e940cb1bf716edceaefa9c6e6 (patch) | |
tree | 419124c562bbc9eae4882fa6730c083c2f675b8a /libavformat/riff.c | |
parent | c9787f034c6a442e5fba8e9cad5c702281e6eaf3 (diff) | |
download | ffmpeg-7100f3c07dbfec9e940cb1bf716edceaefa9c6e6.tar.gz |
riff: add "YUV8" FourCC
Sample-Id: MAILTEST.AVI
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 794d0e5a9b..24f1506cd6 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') }, |