diff options
author | Tom Finegan <tomfinegan@chromium.org> | 2012-12-15 23:18:41 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-01-14 19:20:47 +0100 |
commit | 66aabd76a9c0eaa65baad72453ca09eb161fee25 (patch) | |
tree | 5b9d97240f39e8e9e297f1504cc75e8aa55069cd /libavformat/matroska.c | |
parent | d596f2b32264e79029ead5cc3f9d4dee22c2f49e (diff) | |
download | ffmpeg-66aabd76a9c0eaa65baad72453ca09eb161fee25.tar.gz |
mkv: support vp9 tag
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r-- | libavformat/matroska.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c index 5d1c13406a..7976be04a3 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -79,6 +79,7 @@ const CodecTags ff_mkv_codec_tags[]={ {"V_THEORA" , AV_CODEC_ID_THEORA}, {"V_UNCOMPRESSED" , AV_CODEC_ID_RAWVIDEO}, {"V_VP8" , AV_CODEC_ID_VP8}, + {"V_VP9" , AV_CODEC_ID_VP9}, {"" , AV_CODEC_ID_NONE} }; |