diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-02 00:38:17 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-02 00:38:17 +0000 |
commit | 88f23dbe9bb383bf87636cc0e5ebd52b6979bb28 (patch) | |
tree | ba46b4d58eb2b6b12bf21d005f5c8d101d43cc77 /TOOLS | |
parent | 276dc9b629634db4976eaa4bb93b7676c8c0493b (diff) |
compilation fix
idea by Erik Augustson <erik_27can at yahoo dot com> and Ivan Kalvachev
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13525 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r-- | TOOLS/netstream/netstream.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TOOLS/netstream/netstream.c b/TOOLS/netstream/netstream.c index 1d5b80ea62..9e534f7687 100644 --- a/TOOLS/netstream/netstream.c +++ b/TOOLS/netstream/netstream.c @@ -352,6 +352,9 @@ int main(int argc, char** argv) { //---- For libmpdemux +float stream_cache_prefill_percent=5.0; +float stream_cache_min_percent=20.0; + #include <libmpdemux/demuxer.h> #include <libmpdemux/stheader.h> |