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

stefano subversion
Thu Sep 30 12:55:08 CEST 2010


Author: stefano
Date: Thu Sep 30 12:55:08 2010
New Revision: 25268

Log:
Document url_filesize().

Modified:
   trunk/libavformat/avio.h

Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h	Thu Sep 30 12:51:22 2010	(r25267)
+++ trunk/libavformat/avio.h	Thu Sep 30 12:55:08 2010	(r25268)
@@ -165,6 +165,11 @@ int url_close(URLContext *h);
  */
 int url_exist(const char *url);
 
+/**
+ * Return the filesize of the resource accessed by h, AVERROR(ENOSYS)
+ * if the operation is not supported by h, or another negative value
+ * corresponding to an AVERROR error code in case of failure.
+ */
 int64_t url_filesize(URLContext *h);
 
 /**



More information about the ffmpeg-cvslog mailing list