summaryrefslogtreecommitdiffstats
path: root/libmpdemux/cache2.c
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-02 10:28:33 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-02 10:28:33 +0000
commit4aaa9010c2845300ecbf70104d25efae8974db96 (patch)
treeb4856cda33d5745afe191a731798b10901543312 /libmpdemux/cache2.c
parent1a015fd22a80b9b0acdffd8395fa8c323a2d5622 (diff)
downloadmpv-4aaa9010c2845300ecbf70104d25efae8974db96.tar.bz2
mpv-4aaa9010c2845300ecbf70104d25efae8974db96.tar.xz
printf to mp_msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5932 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/cache2.c')
-rw-r--r--libmpdemux/cache2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/cache2.c b/libmpdemux/cache2.c
index a925920370..136732f991 100644
--- a/libmpdemux/cache2.c
+++ b/libmpdemux/cache2.c
@@ -205,7 +205,7 @@ int stream_enable_cache(stream_t *stream,int size,int min,int prefill){
if((stream->cache_pid=fork())){
// wait until cache is filled at least prefill_init %
- printf("CACHE_PRE_INIT: %d [%d] %d pre:%d eof:%d \n",
+ mp_msg(MSGT_CACHE,MSGL_V,"CACHE_PRE_INIT: %d [%d] %d pre:%d eof:%d \n",
s->min_filepos,s->read_filepos,s->max_filepos,min,s->eof);
while(s->read_filepos<s->min_filepos || s->max_filepos-s->read_filepos<min){
mp_msg(MSGT_CACHE,MSGL_STATUS,"\rCache fill: %5.2f%% (%d bytes) ",