cosmetics: update comment about dithering
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 30 Aug 2008 17:51:03 +0000 (17:51 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 30 Aug 2008 17:51:03 +0000 (17:51 +0000)
Originally committed as revision 15051 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ac3dec.c

index 0d2d7d7..9213d8a 100644 (file)
@@ -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);
 }