[MPlayer-cvslog] CVS: main/libmpcodecs dec_audio.c,1.46,1.47

Diego Biurrun diego at biurrun.de
Thu Jan 19 11:13:41 CET 2006


On Thu, Jan 19, 2006 at 10:15:14AM +0200, Ivan Kalvachev wrote:
> 2006/1/19, Diego Biurrun CVS <syncmail at mplayerhq.hu>:
> >
> > Modified Files:
> >         dec_audio.c
> > Log Message:
> > Push "Building audio filter chain" up to verbose level.
> >
> > --- dec_audio.c 18 Nov 2005 14:39:22 -0000      1.46
> > +++ dec_audio.c 19 Jan 2006 00:08:09 -0000      1.47
> > @@ -306,7 +306,7 @@
> >    // filter config:
> >    memcpy(&afs->cfg,&af_cfg,sizeof(af_cfg_t));
> >
> > -  mp_msg(MSGT_DECAUDIO, MSGL_INFO, MSGTR_BuildingAudioFilterChain,
> > +  mp_msg(MSGT_DECAUDIO, MSGL_V, MSGTR_BuildingAudioFilterChain,
> >        afs->input.rate,afs->input.nch,af_fmt2str_short(afs->input.format),
> >        afs->output.rate,afs->output.nch,af_fmt2str_short(afs->output.format));
> 
> Why?

Albeu proposed this "patch" some time ago.  It was discussed back and
forth, the Wanderer sent two reminders and I decided to apply with.
Look at your dev-eng mailbox, search for "Building audio filter chain"
in the subject.

In short: The message is confusing, mere mortals don't understand it, it
appears twice and once with 0Hz in it, which only adds to the confusion.

Diego




More information about the MPlayer-cvslog mailing list