Mercurial > mplayer.hg
comparison mencoder.c @ 16152:10a69a812eff
remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
author | iive |
---|---|
date | Sun, 31 Jul 2005 00:26:07 +0000 |
parents | f0d22e076a7d |
children | a9f7eff9e437 |
comparison
equal
deleted
inserted
replaced
16151:3f00da96c768 | 16152:10a69a812eff |
---|---|
96 int stream_cache_size=-1; | 96 int stream_cache_size=-1; |
97 #ifdef USE_STREAM_CACHE | 97 #ifdef USE_STREAM_CACHE |
98 extern int cache_fill_status; | 98 extern int cache_fill_status; |
99 | 99 |
100 float stream_cache_min_percent=20.0; | 100 float stream_cache_min_percent=20.0; |
101 float stream_cache_prefill_percent=5.0; | 101 float stream_cache_seek_min_percent=50.0; |
102 #else | 102 #else |
103 #define cache_fill_status 0 | 103 #define cache_fill_status 0 |
104 #endif | 104 #endif |
105 | 105 |
106 int audio_id=-1; | 106 int audio_id=-1; |