Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.x] use a single enum for the Chapter Codec IDs #205

Open
wants to merge 2 commits into
base: v1.x
Choose a base branch
from

Conversation

robUx4
Copy link
Contributor

@robUx4 robUx4 commented Oct 5, 2024

This is how RFC 9559 defines the value.

The MatroskaChapProcessCodecID was missing.

This is breaking the API (not the ABI) but I doubt anyone is using these (recent from #67) enum values.
I can add some using MatroskaChapterTranslateCodec = MatroskaChapProcessCodecID; if needed and also define the old names to the new name if needed.

…teCodec

They must have the same values as MatroskaChapProcessCodecID.
No need for 3 enums for the same type.
@robUx4 robUx4 added the abi-break breaks the ABI (e.g. programs linked against the library have to be recompiled) label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abi-break breaks the ABI (e.g. programs linked against the library have to be recompiled)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant