[FFmpeg-soc] [soc]: r4196 - wmapro/wma3dec.c

Diego Biurrun diego at biurrun.de
Fri Apr 10 18:13:50 CEST 2009


On Fri, Apr 10, 2009 at 05:42:24PM +0200, Sascha Sommer wrote:
> 
> On Mittwoch, 8. April 2009, Diego Biurrun wrote:
> > On Tue, Apr 07, 2009 at 10:31:57PM +0200, faust3 wrote:
> > > Log:
> > > added doxygen headers to all functions
> > >
> > > --- wmapro/wma3dec.c	Tue Apr  7 22:26:16 2009	(r4195)
> > > +++ wmapro/wma3dec.c	Tue Apr  7 22:31:57 2009	(r4196)
> > > @@ -755,7 +772,7 @@ static int decode_coeffs(WMA3DecodeConte
> > >
> > >              if( idx == 1)
> > > -                return 0;
> > > +                return 1;
> > >              else if( !idx ){
> > > @@ -823,9 +840,14 @@ static int decode_coeffs(WMA3DecodeConte
> > >
> > > -    return 0;
> > > +    return 1;
> >
> > At the very least the commit message is wrong.
> 
> It is incomplete.

Then complete it :)

Diego


More information about the FFmpeg-soc mailing list