avio: document avio_close().
This commit is contained in:
parent
893816ba1e
commit
e782a0c6da
@ -555,6 +555,12 @@ int url_resetbuf(AVIOContext *s, int flags);
|
|||||||
*/
|
*/
|
||||||
int avio_open(AVIOContext **s, const char *url, int flags);
|
int avio_open(AVIOContext **s, const char *url, int flags);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Close the resource accessed by the AVIOContext s and free it.
|
||||||
|
* This function can only be used if s was opened by avio_open().
|
||||||
|
*
|
||||||
|
* @return 0 on success, an AVERROR < 0 on error.
|
||||||
|
*/
|
||||||
int avio_close(AVIOContext *s);
|
int avio_close(AVIOContext *s);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user