From f06fe7f80ef4e36995e102f432d89729ceae076b Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Fri, 8 Apr 2011 01:20:35 +0300 Subject: TOOLS/matroska.py: recognize CodecName --- 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 fb17f48e45..375fb8b279 100755 --- a/TOOLS/matroska.py +++ b/TOOLS/matroska.py @@ -88,6 +88,7 @@ elements_matroska = ( 'Language, 22b59c, str', 'CodecID, 86, str', 'CodecPrivate, 63a2, binary', + 'CodecName, 258688, str', 'CodecDecodeAll, aa, uint', 'Video, e0, sub', ( 'FlagInterlaced, 9a, uint', -- cgit v1.2.3