From 9c12d54afa70f3535a7114498433cf566a9e9a86 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 31 Jan 2017 14:48:10 +0100 Subject: demux_mkv: passthrough BlockAdditions for libvpx alpha Dumb but simple thing. Requires the FFmpeg libvpx decoder wrapper, as its native decoder doesn't support alpha. --- TOOLS/matroska.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TOOLS/matroska.py') diff --git a/TOOLS/matroska.py b/TOOLS/matroska.py index 4343a5f56b..5854d63951 100755 --- a/TOOLS/matroska.py +++ b/TOOLS/matroska.py @@ -69,6 +69,12 @@ elements_matroska = ( 'BlockDuration, 9b, uint', 'ReferenceBlock*, fb, sint', 'DiscardPadding, 75A2, sint', + 'BlockAdditions, 75A1, sub', ( + 'BlockMore*, A6, sub', ( + 'BlockAddID, EE, uint', + 'BlockAdditional, A5, binary', + ), + ), ), 'SimpleBlock*, a3, binary', ), -- cgit v1.2.3