Skip to content

Commit

Permalink
add Intermission to MatroskaChapterSkipType
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Jan 26, 2025
1 parent d8ee742 commit caffd96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matroska/KaxSemantic.h
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,7 @@ typedef enum {
MATROSKA_CHAPTERSKIPTYPE_NEXT_PREVIEW = 4, // Preview of the next episode of the content, usually found around the end. It may contain spoilers the user wants to avoid.
MATROSKA_CHAPTERSKIPTYPE_PREVIEW = 5, // Preview of the current episode of the content, usually found around the beginning. It may contain spoilers the user want to avoid.
MATROSKA_CHAPTERSKIPTYPE_ADVERTISEMENT = 6, // Advertisement within the content.
MATROSKA_CHAPTERSKIPTYPE_INTERMISSION = 7, // A pause of content between main parts of the content.
} MatroskaChapterSkipType;

/**
Expand Down

0 comments on commit caffd96

Please sign in to comment.