From ea364c74a00d87fa2e8482c6563da06f1e522f39 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 30 Aug 2008 17:51:03 +0000 Subject: cosmetics: update comment about dithering Originally committed as revision 15051 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ac3dec.c') diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index 0d2d7d7ec3..9213d8a473 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -598,7 +598,7 @@ static void decode_transform_coeffs(AC3DecodeContext *s, int blk) while(++end < 256); } - /* if any channel doesn't use dithering, zero appropriate coefficients */ + /* zero the dithered coefficients for appropriate channels */ remove_dithering(s); } -- cgit v1.2.3