Skip to content

Commit

Permalink
libmatroska2: mark ChapLanguageIETF as not unique
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Jun 21, 2020
1 parent b19ea5e commit 18b3c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmatroska2/matroska_sem.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ const ebml_context MATROSKA_ContextChapCountry = {0x437E, EBML_STRING_CLASS, 0,
const ebml_semantic EBML_SemanticChapterDisplay[] = {
{1, 1, &MATROSKA_ContextChapString, 0},
{1, 0, &MATROSKA_ContextChapLanguage, 0},
{0, 1, &MATROSKA_ContextChapLanguageIETF, PROFILE_MATROSKA_V1|PROFILE_MATROSKA_V2|PROFILE_MATROSKA_V3|PROFILE_DIVX|PROFILE_WEBM},
{0, 0, &MATROSKA_ContextChapLanguageIETF, PROFILE_MATROSKA_V1|PROFILE_MATROSKA_V2|PROFILE_MATROSKA_V3|PROFILE_DIVX|PROFILE_WEBM},
{0, 0, &MATROSKA_ContextChapCountry, 0},
{0, 0, NULL ,0} // end of the table
};
Expand Down

0 comments on commit 18b3c76

Please sign in to comment.