From 997fc285dc124643bfcc3e10183d8e7b5b7ea635 Mon Sep 17 00:00:00 2001 From: ods15 Date: Thu, 27 Oct 2005 06:55:05 +0000 Subject: add a \n after whole cache fill. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16871 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/cache2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpdemux') diff --git a/libmpdemux/cache2.c b/libmpdemux/cache2.c index 6449ced6f8..6735b79f05 100644 --- a/libmpdemux/cache2.c +++ b/libmpdemux/cache2.c @@ -299,6 +299,7 @@ int stream_enable_cache(stream_t *stream,int size,int min,int seek_limit){ if(mp_input_check_interrupt(PREFILL_SLEEP_TIME)) return 0; } + mp_msg(MSGT_CACHE,MSGL_STATUS,"\n"); return 1; // parent exits } -- cgit v1.2.3