[MPlayer-dev-eng] Re: [PATCH] if(verbose>X) --> mp_msg_test

Diego Biurrun diego at biurrun.de
Wed Mar 22 08:48:23 CET 2006


On Wed, Mar 22, 2006 at 02:38:09AM +0100, Alban Bedel wrote:
> On Wed, 22 Mar 2006 00:53:37 +0100
> Diego Biurrun <diego at biurrun.de> wrote:
> 
> > --- libmpdemux/aviheader.c      9 Feb 2006 00:40:35 -0000       1.70
> > +++ libmpdemux/aviheader.c      20 Mar 2006 22:07:47 -0000
> 
> [ ...]
> 
> > @@ -202,7 +202,7 @@
> >          memcpy(&sh_audio->audio,&h,sizeof(h));
> >        }
> >        last_fccType=h.fccType;
> > -      if(verbose>=1) print_strh(&h);
> > +      if( mp_msg_test(MSGT_HEADER) ) print_strh(&h);
> >        break; }
> >      case mmioFOURCC('i', 'n', 'd', 'x'): {
> 
> One argument is missing here.

Fixed locally, thanks.

Diego




More information about the MPlayer-dev-eng mailing list