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. --- TOOLS/lib/Parse/Matroska/Definitions.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'TOOLS/lib') diff --git a/TOOLS/lib/Parse/Matroska/Definitions.pm b/TOOLS/lib/Parse/Matroska/Definitions.pm index 9b700a7d20..c52c2172b3 100644 --- a/TOOLS/lib/Parse/Matroska/Definitions.pm +++ b/TOOLS/lib/Parse/Matroska/Definitions.pm @@ -264,6 +264,7 @@ sub define_matroska { elem('DisplayHeight', '54ba', 'uint'), elem('DisplayUnit', '54b2', 'uint'), elem('FrameRate', '2383e3', 'float'), + elem('ColourSpace', '2eb524', 'binary'), }), elem('Audio', 'e1', { elem('SamplingFrequency', 'b5', 'float'), -- cgit v1.2.3