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

avio_open失败 #1

Open
ronniesun opened this issue Jan 18, 2017 · 2 comments
Open

avio_open失败 #1

ronniesun opened this issue Jan 18, 2017 · 2 comments

Comments

@ronniesun
Copy link

if (avio_open(&ofmt_ctx->pb, out_path, AVIO_FLAG_READ_WRITE) < 0)

这行失败了

framework层代码创建文件没问题

请指点下

@ronniesun
Copy link
Author

我的QQ39845361

@zhanghuicuc
Copy link
Owner

尝试使用下面的方法获得详细的错误信息以供分析原因
printf("%s", av_err2str(ret));

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