Skip to content

Commit 158183f

Browse files
committed
libmatroska2: mark ContentEncAlgo as mandatory
1 parent ffd59fc commit 158183f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmatroska2/matroska_sem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ const ebml_context MATROSKA_ContextContentSigAlgo = {0x47E5, EBML_INTEGER_CLASS,
426426
const ebml_context MATROSKA_ContextContentSigHashAlgo = {0x47E6, EBML_INTEGER_CLASS, 1, (intptr_t)0, "ContentSigHashAlgo", NULL, EBML_SemanticGlobals, NULL};
427427

428428
const ebml_semantic EBML_SemanticContentEncryption[] = {
429-
{0, 1, &MATROSKA_ContextContentEncAlgo, 0},
429+
{1, 1, &MATROSKA_ContextContentEncAlgo, 0},
430430
{0, 1, &MATROSKA_ContextContentEncKeyID, 0},
431431
{0, 1, &MATROSKA_ContextContentEncAESSettings, PROFILE_MATROSKA_V1|PROFILE_MATROSKA_V2|PROFILE_MATROSKA_V3|PROFILE_DIVX},
432432
{0, 1, &MATROSKA_ContextContentSignature, PROFILE_WEBM},

0 commit comments

Comments
 (0)