demux_mkv: demux Block Additional Mappings

Parse Dolby Vision configuration.
This commit is contained in:
Kacper Michajłow
2024-05-08 03:19:05 +02:00
parent 63d820bd68
commit a094971ce8
2 changed files with 94 additions and 0 deletions

View File

@@ -165,6 +165,12 @@ elements_matroska = (
),
),
),
'BlockAdditionMapping*, 41e4, sub', (
'BlockAddIDValue, 41f0, uint',
'BlockAddIDName, 41a4, str',
'BlockAddIDType, 41e7, uint',
'BlockAddIDExtraData, 41ed, binary',
),
),
),