summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-04-08 01:20:35 +0300
committerUoti Urpala <uau@mplayer2.org>2011-04-08 01:20:35 +0300
commitf06fe7f80ef4e36995e102f432d89729ceae076b (patch)
tree5ce38872539b586f50b6cd48e300ab29b645f92d /TOOLS
parente3631231a1be57cbf854d5897cd9378249ffd865 (diff)
downloadmpv-f06fe7f80ef4e36995e102f432d89729ceae076b.tar.bz2
mpv-f06fe7f80ef4e36995e102f432d89729ceae076b.tar.xz
TOOLS/matroska.py: recognize CodecName
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 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',