changeset 7740:023851dde8c7 libavcodec

cosmetics: update comment about dithering
author jbr
date Sat, 30 Aug 2008 17:51:03 +0000
parents 47c118619225
children dbb5ab337349
files ac3dec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);
 }