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

stefano subversion
Sun Oct 31 17:11:57 CET 2010


Author: stefano
Date: Sun Oct 31 17:11:56 2010
New Revision: 25613

Log:
Document url_write().

Modified:
   trunk/libavformat/avio.h

Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h	Sun Oct 31 16:07:21 2010	(r25612)
+++ trunk/libavformat/avio.h	Sun Oct 31 17:11:56 2010	(r25613)
@@ -132,6 +132,13 @@ int url_read(URLContext *h, unsigned cha
  * certain there was either an error or the end of file was reached.
  */
 int url_read_complete(URLContext *h, unsigned char *buf, int size);
+
+/**
+ * Write size bytes from buf to the resource accessed by h.
+ *
+ * @return the number of bytes actually written, or a negative value
+ * corresponding to an AVERROR code in case of failure
+ */
 int url_write(URLContext *h, const unsigned char *buf, int size);
 
 /**



More information about the ffmpeg-cvslog mailing list