summaryrefslogtreecommitdiffstats
path: root/demux/matroska.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/matroska.h')
-rw-r--r--demux/matroska.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/demux/matroska.h b/demux/matroska.h
index be28f34282..55eb46cfbf 100644
--- a/demux/matroska.h
+++ b/demux/matroska.h
@@ -1,7 +1,7 @@
/*
* CodecID definitions for Matroska files
*
- * see http://cvs.corecodec.org/cgi-bin/cvsweb.cgi/~checkout~/matroska/doc/website/specs/codex.html?rev=HEAD&content-type=text/html
+ * see http://www.matroska.org/technical/specs/codecid/index.html
*
* This file is part of MPlayer.
*
@@ -75,6 +75,7 @@
#define MKV_V_MPEG4_AVC "V_MPEG4/ISO/AVC"
#define MKV_V_THEORA "V_THEORA"
#define MKV_V_VP8 "V_VP8"
+#define MKV_V_VP9 "V_VP9"
#define MKV_V_MJPEG "V_MJPEG"
#define MKV_V_UNCOMPRESSED "V_UNCOMPRESSED"