summaryrefslogtreecommitdiffstats
path: root/demux/matroska.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-08 23:05:18 +0200
committerwm4 <wm4@nowhere>2013-09-08 23:05:18 +0200
commitf5195cc4e715a141a4b74848e93a7921db713bff (patch)
treeda39140dcd7325fdac0f4f38a62a3f1e56c665c2 /demux/matroska.h
parent3992e5dfcacbb43461dd594f3ebf4b429956c311 (diff)
downloadmpv-f5195cc4e715a141a4b74848e93a7921db713bff.tar.bz2
mpv-f5195cc4e715a141a4b74848e93a7921db713bff.tar.xz
demux_mkv: support V_PRORES
Why not... Code for demangling Matroska-style prores video packets inspired by libavformat's Matroska demuxer.
Diffstat (limited to 'demux/matroska.h')
-rw-r--r--demux/matroska.h1
1 files changed, 1 insertions, 0 deletions
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"