[FFmpeg-cvslog] r15051 - trunk/libavcodec/ac3dec.c
jbr
subversion
Sat Aug 30 19:51:03 CEST 2008
Author: jbr
Date: Sat Aug 30 19:51:03 2008
New Revision: 15051
Log:
cosmetics: update comment about dithering
Modified:
trunk/libavcodec/ac3dec.c
Modified: trunk/libavcodec/ac3dec.c
==============================================================================
--- trunk/libavcodec/ac3dec.c (original)
+++ trunk/libavcodec/ac3dec.c Sat Aug 30 19:51:03 2008
@@ -598,7 +598,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-cvslog
mailing list