[FFmpeg-cvslog] r15012 - trunk/libavcodec/ac3dec.c

Benoit Fouet benoit.fouet
Fri Aug 29 13:21:09 CEST 2008


jbr wrote:
> Modified: trunk/libavcodec/ac3dec.c
> ==============================================================================
> --- trunk/libavcodec/ac3dec.c	(original)
> +++ trunk/libavcodec/ac3dec.c	Fri Aug 29 01:16:21 2008
> @@ -599,7 +599,7 @@ static void decode_transform_coeffs(AC3D
>      }
>  
>      /* if any channel doesn't use dithering, zero appropriate coefficients */
> -        remove_dithering(s);
> +    remove_dithering(s);
>   

maybe the comment could be updated too

-- 
Benoit Fouet
Purple Labs S.A.
www.purplelabs.com




More information about the ffmpeg-cvslog mailing list