summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-08 05:10:08 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-08 18:05:12 +0200
commit259ab1fe2d50b9e47323447e018bc22090622e19 (patch)
tree11e2957d00e581039d95d7fe5c27939804575771 /TOOLS
parent5c3aaf03b14cf2ca7b0768a5eec164dd61b81491 (diff)
downloadmpv-259ab1fe2d50b9e47323447e018bc22090622e19.tar.bz2
mpv-259ab1fe2d50b9e47323447e018bc22090622e19.tar.xz
TOOLS/matroska.py: recognize MaxCache element
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/matroska.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/matroska.py b/TOOLS/matroska.py
index 6b61bb3eef..4096d839f1 100755
--- a/TOOLS/matroska.py
+++ b/TOOLS/matroska.py
@@ -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',