[FFmpeg-devel] [PATCH] avio: rename url_setbufsize -> avio_set_buf_size
Ronald S. Bultje
rsbultje
Mon Mar 7 18:05:56 CET 2011
Hi,
On Sun, Mar 6, 2011 at 2:04 PM, Anton Khirnov <anton at khirnov.net> wrote:
> ?/** @warning must be called before any I/O */
> -int url_setbufsize(AVIOContext *s, int buf_size);
> +int avio_set_buf_size(AVIOContext *s, int buf_size);
Shouldn't it be part of ffio_init_context() then? What does this
function do (note missing doxy), and is there a reason we cannot or
should not do this in ffio_init_context()?
Ronald
More information about the ffmpeg-devel
mailing list