mirror of https://github.com/mpv-player/mpv
TOOLS/matroska.py: recognize ChapCountry
This commit is contained in:
parent
96312757c5
commit
7a190c461b
|
@ -151,6 +151,7 @@ elements_matroska = (
|
|||
'ChapterDisplay*, 80, sub', (
|
||||
'ChapString, 85, str',
|
||||
'ChapLanguage*, 437c, str',
|
||||
'ChapCountry*, 437e, str',
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue