diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-30 17:51:03 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-30 17:51:03 +0000 |
commit | ea364c74a00d87fa2e8482c6563da06f1e522f39 (patch) | |
tree | 8a7e18b09ee24b1ae91a3d1641e72bc3213625cd | |
parent | 1d8370aad95da0dc4e89bae9ad3ee2e6697c64ff (diff) | |
download | ffmpeg-ea364c74a00d87fa2e8482c6563da06f1e522f39.tar.gz |
cosmetics: update comment about dithering
Originally committed as revision 15051 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/ac3dec.c | 2 |
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); } |