Add VP80 fourcc
authorGoogle <>
Wed, 19 May 2010 16:50:12 +0000 (16:50 +0000)
committerDavid Conrad <lessen42@gmail.com>
Wed, 19 May 2010 16:50:12 +0000 (16:50 +0000)
Patch by Google

Originally committed as revision 23193 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/riff.c

index 4cbdd01..e502f81 100644 (file)
@@ -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') },