mirror of https://github.com/mpv-player/mpv
TOOLS/matroska.py: recognize MaxCache element
This commit is contained in:
parent
5c3aaf03b1
commit
259ab1fe2d
|
@ -80,6 +80,7 @@ elements_matroska = (
|
|||
'FlagForced, 55aa, uint',
|
||||
'FlagLacing, 9c, uint',
|
||||
'MinCache, 6de7, uint',
|
||||
'MaxCache, 6df8, uint',
|
||||
'DefaultDuration, 23e383, uint',
|
||||
'TrackTimecodeScale, 23314f, float',
|
||||
'MaxBlockAdditionID, 55ee, uint',
|
||||
|
|
Loading…
Reference in New Issue