[FFmpeg-cvslog] r22725 - trunk/libavformat/avio.h

stefano subversion
Tue Mar 30 00:29:14 CEST 2010


Author: stefano
Date: Tue Mar 30 00:29:14 2010
New Revision: 22725

Log:
Document url_exist().

Modified:
   trunk/libavformat/avio.h

Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h	Tue Mar 30 00:17:01 2010	(r22724)
+++ trunk/libavformat/avio.h	Tue Mar 30 00:29:14 2010	(r22725)
@@ -139,7 +139,12 @@ int64_t url_seek(URLContext *h, int64_t 
  */
 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);
 
 /**



More information about the ffmpeg-cvslog mailing list