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', ( 'ChapterDisplay*, 80, sub', (
'ChapString, 85, str', 'ChapString, 85, str',
'ChapLanguage*, 437c, str', 'ChapLanguage*, 437c, str',
'ChapCountry*, 437e, str',
), ),
), ),
), ),