summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-21 21:47:12 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-21 21:47:12 +0300
commit7a190c461ba02cd973dd86f7ca732dd2bcd77848 (patch)
tree025eca5cebe4671b57e85457a44b893cac06e110
parent96312757c5d02d663b4d56471cd7b00e0066318f (diff)
downloadmpv-7a190c461ba02cd973dd86f7ca732dd2bcd77848.tar.bz2
mpv-7a190c461ba02cd973dd86f7ca732dd2bcd77848.tar.xz
TOOLS/matroska.py: recognize ChapCountry
-rwxr-xr-xTOOLS/matroska.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/matroska.py b/TOOLS/matroska.py
index 410678d8c0..a9e897fea4 100755
--- a/TOOLS/matroska.py
+++ b/TOOLS/matroska.py
@@ -151,6 +151,7 @@ elements_matroska = (
'ChapterDisplay*, 80, sub', (
'ChapString, 85, str',
'ChapLanguage*, 437c, str',
+ 'ChapCountry*, 437e, str',
),
),
),