diff options
author | wm4 <wm4@nowhere> | 2013-01-24 16:57:21 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-01-24 17:45:13 +0100 |
commit | 42b47624f8e5c3742e06f10135ecc0ae34a29064 (patch) | |
tree | d5875ecfb7aed71dd9346f0f3b210e0274962367 /TOOLS/lib/Parse/Matroska | |
parent | dd96c11d5e0166ce6c597d178ee4827193cff16d (diff) | |
download | mpv-42b47624f8e5c3742e06f10135ecc0ae34a29064.tar.bz2 mpv-42b47624f8e5c3742e06f10135ecc0ae34a29064.tar.xz |
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.
Diffstat (limited to 'TOOLS/lib/Parse/Matroska')
-rw-r--r-- | TOOLS/lib/Parse/Matroska/Definitions.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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'), |