summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-08-30 17:51:03 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2008-08-30 17:51:03 +0000
commitea364c74a00d87fa2e8482c6563da06f1e522f39 (patch)
tree8a7e18b09ee24b1ae91a3d1641e72bc3213625cd /libavcodec/ac3dec.c
parent1d8370aad95da0dc4e89bae9ad3ee2e6697c64ff (diff)
cosmetics: update comment about dithering
Originally committed as revision 15051 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec.c')
-rw-r--r--libavcodec/ac3dec.c2
1 files changed, 1 insertions, 1 deletions
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);
}