summaryrefslogtreecommitdiffstats
path: root/demux/demux_mkv.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux_mkv.c')
-rw-r--r--demux/demux_mkv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/demux_mkv.c b/demux/demux_mkv.c
index 30fb91f44e..10dee33c91 100644
--- a/demux/demux_mkv.c
+++ b/demux/demux_mkv.c
@@ -1119,6 +1119,7 @@ static const videocodec_info_t vinfo[] = {
{MKV_V_THEORA, mmioFOURCC('t', 'h', 'e', 'o'), 1},
{MKV_V_VP8, mmioFOURCC('V', 'P', '8', '0'), 0},
{MKV_V_VP9, mmioFOURCC('V', 'P', '9', '0'), 0},
+ {MKV_V_DIRAC, mmioFOURCC('d', 'r', 'a', 'c'), 0},
{NULL, 0, 0}
};