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

Use std:: types instead of custom integers #121

Merged
merged 6 commits into from
Oct 15, 2022
Merged

Use std:: types instead of custom integers #121

merged 6 commits into from
Oct 15, 2022

Conversation

robUx4
Copy link
Contributor

@robUx4 robUx4 commented Oct 15, 2022

Ref. #111, Deprecates #86

For now the I/O API are unchanged as they should have their own PR for API changes. filepos_t for example might move in the IOCallbacks class.

libmatroska needs to be updated as it includes specifically libebml_t.h

@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 Oct 15, 2022
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.

LGTM. Also gave it a try together with Matroska-Org/libmatroska#86; works well (needed a one-line change in MKVToolNix as it still included libebml_t.h, which I've changed to EbmlTypes.h).

@robUx4 robUx4 merged commit 701f7b2 into master Oct 15, 2022
@robUx4 robUx4 deleted the stdint branch October 15, 2022 09:17
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.

2 participants