[MPlayer-DOCS] [PATCH] add a \n at the end of MSGTR_CacheFill

Oded Shimon ods15 at ods15.dyndns.org
Wed Oct 26 22:37:18 CEST 2005


On Wed, Oct 26, 2005 at 10:09:36PM +0200, Diego Biurrun wrote:
> On Wed, Oct 26, 2005 at 07:31:47PM +0200, Oded Shimon wrote:
> > The code which runs cache should be fixed, it should do a \n after cache 
> > fill is done.
> 
> Oded, this sounds like you could implement it in 15 minutes, why don't
> you have a go at it? :-)

sigh.. about 2 minutes. i could've used them for something else, like being 
bored.
Not my code, so not committing before i send patch. Trivial, will commit 
soon.

- ods15
-------------- next part --------------
Index: libmpdemux/cache2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/cache2.c,v
retrieving revision 1.29
diff -u -r1.29 cache2.c
--- libmpdemux/cache2.c	18 Oct 2005 11:11:25 -0000	1.29
+++ libmpdemux/cache2.c	26 Oct 2005 20:35:48 -0000
@@ -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-DOCS mailing list