From ba3dab46397aa2f65f7678bce88d7bf08fdb6514 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 26 Jan 2011 21:48:15 +0000 Subject: terminal output: show cache fill changes in "PAUSED" message Convert cache_fill_status into a function so we always get the latest state, not whatever it was after the last read. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32818 b3059339-0415-0410-9bf9-f77b7e298cf2 Update PAUSED status line with cache fill status if it changed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32819 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/cache2.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stream/cache2.h') diff --git a/stream/cache2.h b/stream/cache2.h index 2e6a4e0dbb..9c98193f0c 100644 --- a/stream/cache2.h +++ b/stream/cache2.h @@ -21,9 +21,8 @@ #include "stream.h" -extern int cache_fill_status; - void cache_uninit(stream_t *s); int cache_do_control(stream_t *stream, int cmd, void *arg); +int cache_fill_status(stream_t *s); #endif /* MPLAYER_CACHE2_H */ -- cgit v1.2.3