mirror of https://github.com/mpv-player/mpv
add a \n after whole cache fill.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16871 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3c36f7defb
commit
997fc285dc
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue