summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-27 06:55:05 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-27 06:55:05 +0000
commit997fc285dc124643bfcc3e10183d8e7b5b7ea635 (patch)
tree76573c249cf55e6d1d5cda58f4c1017074516044 /libmpdemux
parent3c36f7defbfc597c9de9026468ff123b62b6f2df (diff)
downloadmpv-997fc285dc124643bfcc3e10183d8e7b5b7ea635.tar.bz2
mpv-997fc285dc124643bfcc3e10183d8e7b5b7ea635.tar.xz
add a \n after whole cache fill.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16871 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/cache2.c1
1 files changed, 1 insertions, 0 deletions
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
}