Skip to content

Commit

Permalink
[API break] remove MatroskaChapterTranslateCodec/MatroskaTrackTransla…
Browse files Browse the repository at this point in the history
…teCodec

They must have the same values as MatroskaChapProcessCodecID.
No need for 3 enums for the same type.
  • Loading branch information
robUx4 committed Oct 5, 2024
1 parent 0941330 commit 3bb05e4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions matroska/KaxSemantic.h
Original file line number Diff line number Diff line change
Expand Up @@ -906,22 +906,6 @@ typedef enum {
MATROSKA_TRACK_ENCODING_COMP_HEADERSTRIP = 3, // Octets in `ContentCompSettings` ((#contentcompsettings-element)) have been stripped from each frame.
} MatroskaTrackEncodingCompAlgo;

/**
*This `ChapterTranslate` applies to this chapter codec of the given chapter edition(s); see (#chapprocesscodecid-element).
*/
typedef enum {
MATROSKA_CHAPTERTRANSLATECODEC_MATROSKA_SCRIPT = 0, // Chapter commands using the Matroska Script codec.
MATROSKA_CHAPTERTRANSLATECODEC_DVD_MENU = 1, // Chapter commands using the DVD-like codec.
} MatroskaChapterTranslateCodec;

/**
*This `TrackTranslate` applies to this chapter codec of the given chapter edition(s); see (#chapprocesscodecid-element).
*/
typedef enum {
MATROSKA_TRACKTRANSLATECODEC_MATROSKA_SCRIPT = 0, // Chapter commands using the Matroska Script codec.
MATROSKA_TRACKTRANSLATECODEC_DVD_MENU = 1, // Chapter commands using the DVD-like codec.
} MatroskaTrackTranslateCodec;

/**
*Specify whether the video frames in this track are interlaced.
*/
Expand Down

0 comments on commit 3bb05e4

Please sign in to comment.