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

Does it support MP4CreateProvider #15

Closed
kukutt opened this issue May 28, 2022 · 2 comments
Closed

Does it support MP4CreateProvider #15

kukutt opened this issue May 28, 2022 · 2 comments

Comments

@kukutt
Copy link

kukutt commented May 28, 2022

No description provided.

@enzo1982
Copy link
Owner

No, MP4CreateProvider was added in the original codebase after the 2.0.0 release and the patch introduced binary incompatibilities for programs using MP4ReadProvider and compiled against the MP4v2 v2.0.0 release.

As binary compatibility with the 2.0.0 release was a goal here and MP4CreateProvider was never part of an official release, it was removed ahead of the 2.1.0 release.

Instead, there now are MP4CreateCallbacks, MP4ReadCallbacks and MP4ModifyCallbacks which are very similar to the MP4*Provider functions, but avoid the issue of causing incompatibilities.

@kukutt
Copy link
Author

kukutt commented May 30, 2022

tks

@kukutt kukutt closed this as completed May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants