[MPlayer-dev-eng] [PATCH] verbosity reduction in streaming, input, CPU detection
Jan Knutar
jknutar at nic.fi
Tue Sep 26 03:38:53 CEST 2006
On Tuesday 26 September 2006 01:13, Diego Biurrun wrote:
> On Sun, Sep 24, 2006 at 11:11:11PM +0400, Evgeniy Stepanov wrote:
> > On Sunday 24 September 2006 20:22, Diego Biurrun wrote:
> > >
> > > these are a couple of verbosity reduction patches I have accumulated in
> > > my local tree. I'd like to commit by the end of the week, comments
> > > welcome.
> >
> > I'd like to add this patch. It removes a meaningless message printed for each
> > subtitle file in the current directory.
>
> And while we're at it, I'd like to add one more patch for ao_alsa.c.
Could
- mp_msg(MSGT_AO,MSGL_INFO,"alsa: %d Hz/%d channels/%d bpf/%d bytes buffer/%s\n",
+ mp_msg(MSGT_AO,MSGL_V,"alsa: %d Hz/%d channels/%d bpf/%d bytes buffer/%s\n",
Be kept as-is? MPlayer often ends up doing unexpected things with ao alsa, and
it's much nicer if it's immediately on screen what's happening rather than having to
wade through -v trying to figure out where the sound goes wrong...
More information about the MPlayer-dev-eng
mailing list