Document url_exist().
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 29 Mar 2010 22:29:14 +0000 (22:29 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 29 Mar 2010 22:29:14 +0000 (22:29 +0000)
Originally committed as revision 22725 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avio.h

index fec65fd..58e6eab 100644 (file)
@@ -139,7 +139,12 @@ int64_t url_seek(URLContext *h, int64_t pos, int whence);
  */
 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);
 
 /**