summaryrefslogtreecommitdiffstats
path: root/libmpdemux/matroska.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-27 01:46:05 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-27 01:46:05 +0300
commitd9e328160834c6b28ba29b0ccf0653a14f2cf606 (patch)
tree8bbfca4e11a0df41ae8caf61bcceb936c998e06e /libmpdemux/matroska.h
parentdd61521a6ebe73ac8060974c43ac4a6d8fda2e25 (diff)
downloadmpv-d9e328160834c6b28ba29b0ccf0653a14f2cf606.tar.bz2
mpv-d9e328160834c6b28ba29b0ccf0653a14f2cf606.tar.xz
demux_mkv: support V_MJPEG video tag
Diffstat (limited to 'libmpdemux/matroska.h')
-rw-r--r--libmpdemux/matroska.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/matroska.h b/libmpdemux/matroska.h
index c8c289d060..332f934f9c 100644
--- a/libmpdemux/matroska.h
+++ b/libmpdemux/matroska.h
@@ -70,6 +70,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_MJPEG "V_MJPEG"
#define MKV_S_TEXTASCII "S_TEXT/ASCII"
#define MKV_S_TEXTUTF8 "S_TEXT/UTF8"