[FFmpeg-cvslog] riff: add VP9 fourcc
James Zern
git at videolan.org
Sat Nov 9 12:14:46 CET 2013
ffmpeg | branch: master | James Zern <jzern at google.com> | Fri Nov 8 20:16:17 2013 -0800| [eb7f7b797f0ae76a7cf6db7792365998ee6e9cba] | committer: Michael Niedermayer
riff: add VP9 fourcc
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb7f7b797f0ae76a7cf6db7792365998ee6e9cba
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 849c1bf..121a939 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') },
More information about the ffmpeg-cvslog
mailing list