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

Ivan Kalvachev ikalvachev at gmail.com
Thu Jan 19 09:15:14 CET 2006


2006/1/19, Diego Biurrun CVS <syncmail at mplayerhq.hu>:
> CVS change done by Diego Biurrun CVS
>
> Update of /cvsroot/mplayer/main/libmpcodecs
> In directory mail:/var2/tmp/cvs-serv2873/libmpcodecs
>
> Modified Files:
>         dec_audio.c
> Log Message:
> Push "Building audio filter chain" up to verbose level.
>
>
> Index: dec_audio.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_audio.c,v
> retrieving revision 1.46
> retrieving revision 1.47
> diff -u -r1.46 -r1.47
> --- 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?




More information about the MPlayer-cvslog mailing list