diff options
author | James Zern <jzern@google.com> | 2013-11-08 20:16:17 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-09 12:13:44 +0100 |
commit | eb7f7b797f0ae76a7cf6db7792365998ee6e9cba (patch) | |
tree | b3d55a9d9e121c179ca35bd2f59d34b57a56b9c7 /libavformat/riff.c | |
parent | 64f48169159b4e1608a1d007ebb7dec15c0ffadd (diff) | |
download | ffmpeg-eb7f7b797f0ae76a7cf6db7792365998ee6e9cba.tar.gz |
riff: add VP9 fourcc
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 849c1bf9f1..121a939f1a 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -256,6 +256,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') }, |