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

Justin Ruggles justin.ruggles
Sat Aug 30 19:58:44 CEST 2008


Benoit Fouet wrote:
> 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

done. thanks.

-Justin





More information about the ffmpeg-cvslog mailing list