aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-15 10:56:20 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-08-18 11:21:42 +0200
commit63f57f8530951a27748685446dddc8d54157a9d4 (patch)
tree49c7143680915995e25799d2a360e007d38fcd9d /libavformat/avio.h
parent5296d7b971b92156598cb265e537e5c03ab287a2 (diff)
downloadandroid_external_ffmpeg-63f57f8530951a27748685446dddc8d54157a9d4.tar.gz
android_external_ffmpeg-63f57f8530951a27748685446dddc8d54157a9d4.tar.bz2
android_external_ffmpeg-63f57f8530951a27748685446dddc8d54157a9d4.zip
lavf/avio.h: doxygen avio_flush()
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index cd40f78e5e..ccf2f42548 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