summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@chromium.org>2012-12-15 23:18:41 +0100
committerLuca Barbato <lu_zero@gentoo.org>2013-01-14 19:20:47 +0100
commit66aabd76a9c0eaa65baad72453ca09eb161fee25 (patch)
tree5b9d97240f39e8e9e297f1504cc75e8aa55069cd /libavcodec/avcodec.h
parentd596f2b32264e79029ead5cc3f9d4dee22c2f49e (diff)
mkv: support vp9 tag
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e57170b509..09b9b42ec7 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -267,6 +267,7 @@ enum AVCodecID {
AV_CODEC_ID_MTS2,
AV_CODEC_ID_CLLC,
AV_CODEC_ID_MSS2,
+ AV_CODEC_ID_VP9,
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs