Commit aff95de6 authored by stefano's avatar stefano

Document url_exist().

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22725 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 81aa27ab
...@@ -139,7 +139,12 @@ int64_t url_seek(URLContext *h, int64_t pos, int whence); ...@@ -139,7 +139,12 @@ int64_t url_seek(URLContext *h, int64_t pos, int whence);
*/ */
int url_close(URLContext *h); int url_close(URLContext *h);
/**
* Returns a non-zero value if the resource indicated by url
* exists, 0 otherwise.
*/
int url_exist(const char *url); int url_exist(const char *url);
int64_t url_filesize(URLContext *h); int64_t url_filesize(URLContext *h);
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment