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:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-05 02:58:57 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-26 00:01:54 +0300
commit530ac6aa305aeda631c77f8a17e96c14c7ab1a1c (patch)
treefcdbe2b070c6f86181e496cfbf2d6ce74e558919 /libavformat/avio_internal.h
parent19093100fd5c3100f15a5c41f99e1f5792997b73 (diff)
avformat/aviobuf: Make ffio_set_buf_size() static
Possible since 9c3adb7ce23522dcceb264bc0bffd3592dd3e1a5. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/avio_internal.h')
-rw-r--r--libavformat/avio_internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h
index 2c6d00b5ff..de95b43bdb 100644
--- a/libavformat/avio_internal.h
+++ b/libavformat/avio_internal.h
@@ -83,9 +83,6 @@ uint64_t ffio_read_varlen(AVIOContext *bc);
*/
int ffio_read_size(AVIOContext *s, unsigned char *buf, int size);
-/** @warning must be called before any I/O */
-int ffio_set_buf_size(AVIOContext *s, int buf_size);
-
/**
* Reallocate a given buffer for AVIOContext.
*