[MPlayer-dev-eng] [PATCH] quiet-time Bug #1459 (was Re: [PATCH] output console status only every n frames (-quietframes), Bug #1459)

Diego Biurrun diego at biurrun.de
Sun Jun 7 14:26:37 CEST 2009


On Sun, Jun 07, 2009 at 02:16:31PM +0200, D. Jansen wrote:
> 
> I've adjusted the patch. Please apply.

> --- mplayer.c	(Revision 29324)
> +++ mplayer.c	(Arbeitskopie)
> @@ -1936,6 +1937,9 @@
>  
> +    if (quiet_time&&now>=(last_status_update+quiet_time*100)) last_status_update=now;

Please put the statement on the next line and add some space around all
those operators.  The same applies to all other if statements.

Diego



More information about the MPlayer-dev-eng mailing list