From f5195cc4e715a141a4b74848e93a7921db713bff Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 8 Sep 2013 23:05:18 +0200 Subject: demux_mkv: support V_PRORES Why not... Code for demangling Matroska-style prores video packets inspired by libavformat's Matroska demuxer. --- 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 baadc84a97..262686dcd5 100644 --- a/demux/matroska.h +++ b/demux/matroska.h @@ -79,6 +79,7 @@ #define MKV_V_MJPEG "V_MJPEG" #define MKV_V_UNCOMPRESSED "V_UNCOMPRESSED" #define MKV_V_DIRAC "V_DIRAC" +#define MKV_V_PRORES "V_PRORES" #define MKV_S_TEXTASCII "S_TEXT/ASCII" #define MKV_S_TEXTUTF8 "S_TEXT/UTF8" -- cgit v1.2.3