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

avformat_open_input method i am facing crash #24

Open
DonorRaja opened this issue Mar 8, 2018 · 1 comment
Open

avformat_open_input method i am facing crash #24

DonorRaja opened this issue Mar 8, 2018 · 1 comment

Comments

@DonorRaja
Copy link

No description provided.

@DonorRaja
Copy link
Author

if (avformat_open_input(&pFormatCtx, [moviePath UTF8String], NULL, &opts) !=0 ) {
av_log(NULL, AV_LOG_ERROR, "Couldn't open file\n");
goto initError;
}
facing same error

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

1 participant