X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Favio_internal.h;h=58640488113d8083173d63844ac96903f78e61e5;hb=fee982048e338efd3b8c1b2dcaf826cb7944cd81;hp=bb2512707a13d597decb70f0f51778d0e712740f;hpb=0a1ffc57882c467b6573b23f1d206aa87caf0025;p=ffmpeg diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h index bb2512707a1..58640488113 100644 --- a/libavformat/avio_internal.h +++ b/libavformat/avio_internal.h @@ -95,7 +95,7 @@ int ffio_set_buf_size(AVIOContext *s, int buf_size); * within the current pos and pos+buf_size is possible. * Once the stream position moves outside this window this guarantee is lost. */ -int ffio_ensure_seekback(AVIOContext *s, int buf_size); +int ffio_ensure_seekback(AVIOContext *s, int64_t buf_size); int ffio_limit(AVIOContext *s, int size);