From 7a190c461ba02cd973dd86f7ca732dd2bcd77848 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 21 Oct 2010 21:47:12 +0300 Subject: TOOLS/matroska.py: recognize ChapCountry --- TOOLS/matroska.py | 1 + 1 file changed, 1 insertion(+) (limited to 'TOOLS') 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', ), ), ), -- cgit v1.2.3