Author: jbr
Date: Tue Aug  5 05:28:31 2008
New Revision: 3033

Log:
use a more descriptive comment

Modified:
   eac3/eac3dec.c

Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c      (original)
+++ eac3/eac3dec.c      Tue Aug  5 05:28:31 2008
@@ -77,7 +77,7 @@ void ff_eac3_get_transform_coeffs_aht_ch
         int hebap = s->bap[ch][bin];
         int bits = ff_eac3_bits_vs_hebap[hebap];
         if (!hebap) {
-            /* hebap=0 */
+            /* zero-mantissa dithering */
             for (blk = 0; blk < 6; blk++) {
                 s->pre_mantissa[blk][ch][bin] = (av_random(&s->dith_state) & 
0x7FFFFF) - 4194304;
             }
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to