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

fix large mdat #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix large mdat #40

wants to merge 2 commits into from

Conversation

olegloa
Copy link

@olegloa olegloa commented Nov 23, 2015

Hello, I'm add co64 box support in FileWriter. Could you check the code and add it to mainstream.

stco->Detach();
AP4_ContainerAtom* stbl = AP4_DYNAMIC_CAST(AP4_ContainerAtom, trak->FindChild("mdia/minf/stbl"));
if (stbl == NULL) {
return AP4_ERROR_INTERNAL;

Choose a reason for hiding this comment

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

I saw the FIXME comment also and saw this pull request. You will be leaking co64 here when you return.

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

Successfully merging this pull request may close these issues.

None yet

2 participants