int url_fclose(ByteIOContext *s);
====Parameters====
===s===
ByteIOContext *s
The [[ffmpeg:ByteIOContext]] to close.
====Return value====
Sub zero upon failure.\\
FIXME Is it [[ffmpeg:AVERROR]]
====See also====
[[ffmpeg:url_fopen()]]
----
Back to [[ffmpeg:ffmpeg]]