summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2013-11-08 20:16:17 -0800
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-03-09 18:09:39 +0100
commit3e0175d89a6c5ee8393ae05e1b40abdca1204919 (patch)
tree48a95de3d4646a68c3a593b347767918604a3773 /libavformat/riff.c
parentfb0a988f94c3b8907610172295a7f6bf78c57105 (diff)
riff: add VP9 fourcc
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index becfa803e2..c18fea5bca 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -232,6 +232,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_VP6F, MKTAG('V', 'P', '6', 'F') },
{ AV_CODEC_ID_VP6F, MKTAG('F', 'L', 'V', '4') },
{ AV_CODEC_ID_VP8, MKTAG('V', 'P', '8', '0') },
+ { AV_CODEC_ID_VP9, MKTAG('V', 'P', '9', '0') },
{ AV_CODEC_ID_ASV1, MKTAG('A', 'S', 'V', '1') },
{ AV_CODEC_ID_ASV2, MKTAG('A', 'S', 'V', '2') },
{ AV_CODEC_ID_VCR1, MKTAG('V', 'C', 'R', '1') },