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

Diego Biurrun diego at biurrun.de
Wed Apr 8 02:23:31 CEST 2009


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.

Diego


More information about the FFmpeg-soc mailing list