diff ac3dec.c @ 7740:023851dde8c7 libavcodec

cosmetics: update comment about dithering
author jbr
date Sat, 30 Aug 2008 17:51:03 +0000
parents 0f7cdf663356
children abb4c660f9df
line wrap: on
line diff
--- a/ac3dec.c	Sat Aug 30 11:01:58 2008 +0000
+++ b/ac3dec.c	Sat Aug 30 17:51:03 2008 +0000
@@ -598,7 +598,7 @@
         while(++end < 256);
     }
 
-    /* if any channel doesn't use dithering, zero appropriate coefficients */
+    /* zero the dithered coefficients for appropriate channels */
     remove_dithering(s);
 }