[MPlayer-dev-eng] [PATCH] verbosity reduction in streaming, input, CPU detection
Diego Biurrun
diego at biurrun.de
Tue Sep 26 12:01:04 CEST 2006
On Tue, Sep 26, 2006 at 04:38:53AM +0300, Jan Knutar wrote:
> On Tuesday 26 September 2006 01:13, Diego Biurrun wrote:
> >
> > 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...
That seems unnecessary to me, since the following line remains in the
non-verbose output:
AO: [alsa] 44100Hz 2ch s16be (2 bytes per sample)
Diego
More information about the MPlayer-dev-eng
mailing list