From d9276a3e130496a2c4c20d681f0f70fd1e00b596 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sun, 19 Jan 2025 11:12:37 +0100 Subject: [PATCH] libmatroska2: add Intermission to MatroskaChapterSkipType --- libmatroska2/matroska2/matroska_sem.h | 1 + 1 file changed, 1 insertion(+) 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; /**