comparison 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
comparison
equal deleted inserted replaced
7739:47c118619225 7740:023851dde8c7
596 do 596 do
597 s->fixed_coeffs[ch][end] = 0; 597 s->fixed_coeffs[ch][end] = 0;
598 while(++end < 256); 598 while(++end < 256);
599 } 599 }
600 600
601 /* if any channel doesn't use dithering, zero appropriate coefficients */ 601 /* zero the dithered coefficients for appropriate channels */
602 remove_dithering(s); 602 remove_dithering(s);
603 } 603 }
604 604
605 /** 605 /**
606 * Stereo rematrixing. 606 * Stereo rematrixing.