[FFmpeg-soc] [soc]: r4196 - wmapro/wma3dec.c
Sascha Sommer
saschasommer at freenet.de
Fri Apr 10 17:42:24 CEST 2009
Hi,
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 ){
> > val = wma_get_large_val(s);
> > /** escape decode */
> > @@ -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.
Regards
Sascha
More information about the FFmpeg-soc
mailing list