You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Indicates what type of content the `ChapterAtom` contains and might be skipped. It can be used to automatically skip content based on the type.
645
646
If a `ChapterAtom` is inside a `ChapterAtom` that has a `ChapterSkipType` set, it **MUST NOT** have a `ChapterSkipType` or have a `ChapterSkipType` with the same value as it's parent `ChapterAtom`.
646
647
If the `ChapterAtom` doesn't contain a `ChapterTimeEnd`, the value of the `ChapterSkipType` is only valid until the next `ChapterAtom` with a `ChapterSkipType` value or the end of the file.
647
-
648
+
648
649
*/
649
650
typedefenum {
650
651
MATROSKA_CHAPTERSKIPTYPE_NO_SKIPPING=0, // Content which should not be skipped.
0 commit comments