From 259ab1fe2d50b9e47323447e018bc22090622e19 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 8 Nov 2010 05:10:08 +0200 Subject: TOOLS/matroska.py: recognize MaxCache element --- TOOLS/matroska.py | 1 + 1 file changed, 1 insertion(+) (limited to 'TOOLS/matroska.py') 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', -- cgit v1.2.3