[FFmpeg-cvslog] lavf/avio.h: doxygen avio_flush()

Stefano Sabatini git at videolan.org
Sat Aug 18 11:30:11 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Aug 15 10:56:20 2012 +0200| [63f57f8530951a27748685446dddc8d54157a9d4] | committer: Stefano Sabatini

lavf/avio.h: doxygen avio_flush()

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63f57f8530951a27748685446dddc8d54157a9d4
---

 libavformat/avio.h |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/libavformat/avio.h b/libavformat/avio.h
index cd40f78..ccf2f42 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -259,9 +259,14 @@ int url_feof(AVIOContext *s);
 /** @warning currently size is limited */
 int avio_printf(AVIOContext *s, const char *fmt, ...) av_printf_format(2, 3);
 
+/**
+ * Force flushing of buffered data to the output s.
+ *
+ * Force the buffered data to be immediately written to the output,
+ * without to wait to fill the internal buffer.
+ */
 void avio_flush(AVIOContext *s);
 
-
 /**
  * Read size bytes from AVIOContext into buf.
  * @return number of bytes read or AVERROR



More information about the ffmpeg-cvslog mailing list