Defined in avio.h
avio.h
Close a file, opened by url_fopen()
int url_fclose(ByteIOContext *s);
ByteIOContext *s
The ByteIOContext to close.
Sub zero upon failure. Is it AVERROR
url_fopen()
Back to ffmpeg