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

benoit subversion
Fri Sep 28 17:12:26 CEST 2007


Author: benoit
Date: Fri Sep 28 17:12:26 2007
New Revision: 10608

Log:
Documentation fix for url_f(d)open()
Patch by Bj?rn Axelsson bjorn axelsson intinor se


Modified:
   trunk/libavformat/avio.h

Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h	(original)
+++ trunk/libavformat/avio.h	Fri Sep 28 17:12:26 2007
@@ -197,13 +197,15 @@ static inline int url_is_streamed(ByteIO
     return s->is_streamed;
 }
 
+/** @note when opened as read/write, the buffers are only used for
+   writing */
 int url_fdopen(ByteIOContext *s, URLContext *h);
 
 /** @warning must be called before any I/O */
 int url_setbufsize(ByteIOContext *s, int buf_size);
 
 /** @note when opened as read/write, the buffers are only used for
-   reading */
+   writing */
 int url_fopen(ByteIOContext *s, const char *filename, int flags);
 int url_fclose(ByteIOContext *s);
 URLContext *url_fileno(ByteIOContext *s);




More information about the ffmpeg-cvslog mailing list