From: Tom Finegan <[email protected]>

---

Moved it where it belongs.

 libavcodec/avcodec.h   | 1 +
 libavformat/matroska.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 29e3701..c16aee5 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -265,6 +265,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
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index edb7ab7..cfecee0 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -80,6 +80,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}
 };
--
1.7.12

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to