changeset 5908:e0e34711fc2e libavformat

Document url_exist().
author stefano
date Mon, 29 Mar 2010 22:29:14 +0000
parents 326378da363a
children b8041f85c327
files avio.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/avio.h	Mon Mar 29 22:17:01 2010 +0000
+++ b/avio.h	Mon Mar 29 22:29:14 2010 +0000
@@ -139,7 +139,12 @@
  */
 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);
+
 int64_t url_filesize(URLContext *h);
 
 /**