[FFmpeg-soc] [soc]: r3678 - eac3/ac3dec.c
jbr
subversion at mplayerhq.hu
Sat Aug 30 19:51:39 CEST 2008
Author: jbr
Date: Sat Aug 30 19:51:38 2008
New Revision: 3678
Log:
cosmetics: update comment about dithering
Modified:
eac3/ac3dec.c
Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c (original)
+++ eac3/ac3dec.c Sat Aug 30 19:51:38 2008
@@ -595,7 +595,7 @@ static void decode_transform_coeffs(AC3D
while(++end < 256);
}
- /* if any channel doesn't use dithering, zero appropriate coefficients */
+ /* zero the dithered coefficients for appropriate channels */
remove_dithering(s);
}
More information about the FFmpeg-soc
mailing list