1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-05 22:52:18 +00:00

TOOLS/matroska.py: recognize ChapCountry

This commit is contained in:
Uoti Urpala 2010-10-21 21:47:12 +03:00
parent 96312757c5
commit 7a190c461b

View File

@ -151,6 +151,7 @@ elements_matroska = (
'ChapterDisplay*, 80, sub', (
'ChapString, 85, str',
'ChapLanguage*, 437c, str',
'ChapCountry*, 437e, str',
),
),
),