diff options
author | Google <> | 2010-05-19 16:50:12 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2010-05-19 16:50:12 +0000 |
commit | 6c7c62939be2114cb5cddb2eaf9e711b93b70b60 (patch) | |
tree | 05320e39f4267ae1d10a63c04421a91a7b7b3218 /libavformat/riff.c | |
parent | 23966972aba91225e340fbb8d624a78641bbfee3 (diff) | |
download | ffmpeg-6c7c62939be2114cb5cddb2eaf9e711b93b70b60.tar.gz |
Add VP80 fourcc
Patch by Google
Originally committed as revision 23193 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 4cbdd01b81..e502f81e91 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -186,6 +186,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_VP6, MKTAG('V', 'P', '6', '2') }, { CODEC_ID_VP6F, MKTAG('V', 'P', '6', 'F') }, { CODEC_ID_VP6F, MKTAG('F', 'L', 'V', '4') }, + { CODEC_ID_VP8, MKTAG('V', 'P', '8', '0') }, { CODEC_ID_ASV1, MKTAG('A', 'S', 'V', '1') }, { CODEC_ID_ASV2, MKTAG('A', 'S', 'V', '2') }, { CODEC_ID_VCR1, MKTAG('V', 'C', 'R', '1') }, |