From e8be12158086e1099dfee0fc6d8cc75a1ec20cb7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 21 May 2013 21:52:55 +0200 Subject: demux_mkv: support dirac in mkv Nobody uses this, and this is an absolute waste of time. Even the user who reported this turned out to have produced a sample manually. Sample produced with: wget http://diracvideo.org/download/test-streams/raw/vts/vts.LD-8Mb.drc mkvmerge -o dirac.mkv vts.LD-8Mb.drc mkvmerge writes a sort of broken aspect ratio. libavformat interprets it as 1:1 PAR, while demux_mkv thinks this is a 1:1 DAR. Maybe libavformat is more correct here. --- 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 55eb46cfbf..7682ead7a7 100644 --- a/demux/matroska.h +++ b/demux/matroska.h @@ -78,6 +78,7 @@ #define MKV_V_VP9 "V_VP9" #define MKV_V_MJPEG "V_MJPEG" #define MKV_V_UNCOMPRESSED "V_UNCOMPRESSED" +#define MKV_V_DIRAC "V_DIRAC" #define MKV_S_TEXTASCII "S_TEXT/ASCII" #define MKV_S_TEXTUTF8 "S_TEXT/UTF8" -- cgit v1.2.3