[Mplayer-cvslog] CVS: main/libmpdemux cache2.c,1.11,1.12
Alban Bedel CVS
albeu at mplayerhq.hu
Thu May 2 12:28:36 CEST 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv20783/libmpdemux
Modified Files:
cache2.c
Log Message:
printf to mp_msg
Index: cache2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/cache2.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cache2.c 23 Feb 2002 21:22:55 -0000 1.11
+++ cache2.c 2 May 2002 10:28:33 -0000 1.12
@@ -205,7 +205,7 @@
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) ",
More information about the MPlayer-cvslog
mailing list