Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-03-14 22:38:58 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2011-03-17 05:59:38 +0300
commit59f65d9579262651731e9a22845957d78b4c4f57 (patch)
tree3978aa992471ab5a963d82cad2b2d4f70fb66bdb /libavformat/avio_internal.h
parent4839c192de7782605e1b7c9cc84aaf692cf67284 (diff)
avio: make url_setbufsize internal.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavformat/avio_internal.h')
-rw-r--r--libavformat/avio_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h
index 2e0b94c9ea..12578fac6c 100644
--- a/libavformat/avio_internal.h
+++ b/libavformat/avio_internal.h
@@ -63,4 +63,7 @@ int ffio_rewind_with_probe_data(AVIOContext *s, unsigned char *buf, int buf_size
uint64_t ffio_read_varlen(AVIOContext *bc);
+/** @warning must be called before any I/O */
+int ffio_set_buf_size(AVIOContext *s, int buf_size);
+
#endif // AVFORMAT_AVIO_INTERNAL_H