From 42b47624f8e5c3742e06f10135ecc0ae34a29064 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 24 Jan 2013 16:57:21 +0100 Subject: demux_mkv: support V_UNCOMPRESSED video tracks Tested with a sample generated by: ffmpeg -i in.mkv -an -vcodec rawvideo out.mkv Also add proper dependencies for the Matroska Perl stuff in Makefile. --- 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 6d56008cb1..41ccfe2b26 100644 --- a/demux/matroska.h +++ b/demux/matroska.h @@ -73,6 +73,7 @@ #define MKV_V_THEORA "V_THEORA" #define MKV_V_VP8 "V_VP8" #define MKV_V_MJPEG "V_MJPEG" +#define MKV_V_UNCOMPRESSED "V_UNCOMPRESSED" #define MKV_S_TEXTASCII "S_TEXT/ASCII" #define MKV_S_TEXTUTF8 "S_TEXT/UTF8" -- cgit v1.2.3