diff --git a/libmatroska2/matroska2/matroska_sem.h b/libmatroska2/matroska2/matroska_sem.h index 739e472c..c2100a37 100644 --- a/libmatroska2/matroska2/matroska_sem.h +++ b/libmatroska2/matroska2/matroska_sem.h @@ -622,6 +622,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; /**