From 80d0ab1058e283f81100919f06345bf4a4deae19 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 14 Apr 2013 04:36:58 +0200 Subject: demux_mkv: support vp9 Note that ffmpeg doesn't provide a decoder by default yet. --- demux/matroska.h | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/matroska.h') diff --git a/demux/matroska.h b/demux/matroska.h index be28f34282..a1bcb7b9ed 100644 --- a/demux/matroska.h +++ b/demux/matroska.h @@ -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" -- cgit v1.2.3