[MPlayer-cvslog] CVS: main/libmpdemux cache2.c,1.29,1.30
Oded Shimon CVS
syncmail at mplayerhq.hu
Thu Oct 27 08:55:08 CEST 2005
CVS change done by Oded Shimon CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv23882/libmpdemux
Modified Files:
cache2.c
Log Message:
add a \n after whole cache fill.
Index: cache2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/cache2.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- cache2.c 18 Oct 2005 11:11:25 -0000 1.29
+++ cache2.c 27 Oct 2005 06:55:05 -0000 1.30
@@ -299,6 +299,7 @@
if(mp_input_check_interrupt(PREFILL_SLEEP_TIME))
return 0;
}
+ mp_msg(MSGT_CACHE,MSGL_STATUS,"\n");
return 1; // parent exits
}
More information about the MPlayer-cvslog
mailing list