mirror of https://github.com/mpv-player/mpv
TOOLS/matroska.py: recognize CodecName
This commit is contained in:
parent
e3631231a1
commit
f06fe7f80e
|
@ -88,6 +88,7 @@ elements_matroska = (
|
||||||
'Language, 22b59c, str',
|
'Language, 22b59c, str',
|
||||||
'CodecID, 86, str',
|
'CodecID, 86, str',
|
||||||
'CodecPrivate, 63a2, binary',
|
'CodecPrivate, 63a2, binary',
|
||||||
|
'CodecName, 258688, str',
|
||||||
'CodecDecodeAll, aa, uint',
|
'CodecDecodeAll, aa, uint',
|
||||||
'Video, e0, sub', (
|
'Video, e0, sub', (
|
||||||
'FlagInterlaced, 9a, uint',
|
'FlagInterlaced, 9a, uint',
|
||||||
|
|
Loading…
Reference in New Issue