[FFmpeg-cvslog] r19719 - trunk/libavcodec/wmaprodec.c

Diego Biurrun diego
Wed Aug 26 23:31:28 CEST 2009


On Wed, Aug 26, 2009 at 11:23:21PM +0200, faust3 wrote:
> 
> Log:
> add decode_coeffs()
> 
> --- trunk/libavcodec/wmaprodec.c	Wed Aug 26 23:18:54 2009	(r19718)
> +++ trunk/libavcodec/wmaprodec.c	Wed Aug 26 23:23:21 2009	(r19719)
> @@ -153,6 +153,94 @@ static void decode_decorrelation_matrix(
>  
> +        if ( idx == HUFF_VEC4_SIZE - 1 ) {

stray space after (

> +    /** decode run level coded coefficients */
> +    if (rl_mode) {
> +        if(ff_wma_run_level_decode(s->avctx, &s->gb, vlc,
> +                             level, run, 1, ci->coeffs,
> +                             cur_coeff, s->subframe_len, s->subframe_len,
> +                             s->esc_len, 0))

'if (', indentation is off

All nits fixed.

Diego



More information about the ffmpeg-cvslog mailing list