[FFmpeg-cvslog] riff: add VP9 fourcc
James Zern
git at videolan.org
Sun Mar 9 22:31:27 CET 2014
ffmpeg | branch: master | James Zern <jzern at google.com> | Fri Nov 8 20:16:17 2013 -0800| [3e0175d89a6c5ee8393ae05e1b40abdca1204919] | committer: Vittorio Giovara
riff: add VP9 fourcc
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e0175d89a6c5ee8393ae05e1b40abdca1204919
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index becfa80..c18fea5 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') },
More information about the ffmpeg-cvslog
mailing list