summaryrefslogtreecommitdiffstats
path: root/libavformat/avio_internal.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-07-30 11:09:25 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-07-30 11:09:25 +0200
commitff9a154157ecca30f585c5eb97f1cd600f500213 (patch)
tree288c681e55ec6bf6aadb69fa1345960a34fedd0a /libavformat/avio_internal.h
parent355121bcb5d921c1e50b34a6f0b8da6a2c8a734f (diff)
downloadffmpeg-streaming-ff9a154157ecca30f585c5eb97f1cd600f500213.zip
ffmpeg-streaming-ff9a154157ecca30f585c5eb97f1cd600f500213.tar.gz
Add int64_t probesize2 instead of int probesize to AVFormatContext.
Allows to set a probesize >2G. Tested-by: Oliver Fromme
Diffstat (limited to 'libavformat/avio_internal.h')
-rw-r--r--libavformat/avio_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h
index bb25127..5864048 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);
OpenPOWER on IntegriCloud