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

remove unused integer coding callbacks #160

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

robUx4
Copy link
Contributor

@robUx4 robUx4 commented Dec 18, 2023

Fixes #145

The relevant code has been moved to libmatroska.

@robUx4 robUx4 added api-break breaks the API (e.g. programs using it will have to adjust their source code) abi-break breaks the ABI (e.g. programs linked against the library have to be recompiled) labels Dec 18, 2023
Copy link
Contributor

@mbunkus mbunkus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it doesn't really matter all that much, but personally I'd rather keep those functions in libEBML. They're dealing with EBML IDs; nothing about them is Matroska-specific. Other EBML-using formats might need similar/the same functions.

Of course all of that is theoretical as there are no known users other than libMatroska… so go ahead.

@robUx4
Copy link
Contributor Author

robUx4 commented Dec 18, 2023

Signed EBML encoded are not a thing in EBML. They are a thing in Matroska. But as discussed before (some in libmatroska) there might have been more efficient ways to do it. I'd rather not spread this further than (lib)matroska.

@robUx4 robUx4 merged commit 3ca96d4 into Matroska-Org:master Dec 18, 2023
20 checks passed
@robUx4 robUx4 deleted the less_deprecated branch December 18, 2023 08:04
@mbunkus
Copy link
Contributor

mbunkus commented Dec 18, 2023

Ah right, hadn't paid attention to signed vs unsigned.

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) api-break breaks the API (e.g. programs using it will have to adjust their source code)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate CodedSizeLengthSigned/CodedValueLengthSigned/ReadCodedSizeSignedValue
2 participants