summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-17 16:55:40 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-17 16:55:40 +0000
commit3db7b73bd93e1d41a8bfdb65df0c8201a3da8a29 (patch)
tree439082bbef895d69b8cc8185b5a022e5286fd749 /libmpdemux/stream.h
parent8b2f0c064d878672cdd423311ad75d3a0d3f4ab2 (diff)
downloadmpv-3db7b73bd93e1d41a8bfdb65df0c8201a3da8a29.tar.bz2
mpv-3db7b73bd93e1d41a8bfdb65df0c8201a3da8a29.tar.xz
initial precaching
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3563 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stream.h')
-rw-r--r--libmpdemux/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h
index 13541689e5..3af906337a 100644
--- a/libmpdemux/stream.h
+++ b/libmpdemux/stream.h
@@ -42,7 +42,7 @@ typedef struct {
} stream_t;
#ifdef USE_STREAM_CACHE
-void stream_enable_cache(stream_t *s,int size);
+void stream_enable_cache(stream_t *stream,int size,float prefill_init,float prefill);
#else
// no cache
#define cache_stream_fill_buffer(x) stream_fill_buffer(x)