Skip to content

Commit

Permalink
libmatroska2: mark ContentEncryption as not mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Jun 21, 2020
1 parent 18b3c76 commit ffd59fc
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 @@ -442,7 +442,7 @@ const ebml_semantic EBML_SemanticContentEncoding[] = {
{1, 1, &MATROSKA_ContextContentEncodingScope, 0},
{1, 1, &MATROSKA_ContextContentEncodingType, 0},
{0, 1, &MATROSKA_ContextContentCompression, PROFILE_WEBM},
{1, 1, &MATROSKA_ContextContentEncryption, 0},
{0, 1, &MATROSKA_ContextContentEncryption, 0},
{0, 0, NULL ,0} // end of the table
};
const ebml_context MATROSKA_ContextContentEncoding = {0x6240, EBML_MASTER_CLASS, 0, 0, "ContentEncoding", EBML_SemanticContentEncoding, EBML_SemanticGlobals, NULL};
Expand Down

0 comments on commit ffd59fc

Please sign in to comment.