[MPlayer-dev-eng] [PATCH] nostatus-line option

Oded Shimon ods15 at ods15.dyndns.org
Fri May 18 22:36:05 CEST 2007


On Fri, May 18, 2007 at 10:06:04PM +0200, Diego Biurrun wrote:
> On Fri, May 18, 2007 at 04:57:44PM +0200, Diego Biurrun wrote:
> > Attila wanted it, I've been meaning to implement it for ages, here it
> > is: A small option that turns off displaying of the status line.  Useful
> > if you wish to have full debug output but your terminal is slow or you
> > wish to redirect output to a file without the status line crap.
> > 
> > Comments welcome.  If somebody has a better name, that is also welcome.
> 
> Better patch using Attila's approach as recommended by Ivan.

I'm ok with this, just...

> Index: mp_msg.h
> ===================================================================
> --- mp_msg.h	(revision 23339)
> +++ mp_msg.h	(working copy)
> @@ -103,6 +103,8 @@
>  
>  #define MSGT_LOADER 44 // dll loader messages
>  
> +#define MSGT_STATUSLINE 45 // playback/encoding status line
> +
>  #define MSGT_MAX 64

Please also update the color mp_msg in mp_msg.c:193

- ods15



More information about the MPlayer-dev-eng mailing list