Author: cmcq
Date: Wed Aug  5 15:34:54 2009
New Revision: 4950

Log:
Comment correction

Modified:
   amr/amrnbdec.c

Modified: amr/amrnbdec.c
==============================================================================
--- amr/amrnbdec.c      Wed Aug  5 15:29:37 2009        (r4949)
+++ amr/amrnbdec.c      Wed Aug  5 15:34:54 2009        (r4950)
@@ -766,7 +766,7 @@ static void set_fixed_gain(AMRContext *p
 {
     // ^g_c = ^gamma_gc * g_c' (equation 69)
     p->fixed_gain[4] = fixed_gain_factor *
-        // Eqn 69: gc' = 10^0.05 (predicted dB + mean dB - dB of fixed vector)
+        // Eqn 67: gc' = 10^0.05 (predicted dB + mean dB - dB of fixed vector)
         powf(10.0, 0.05 * (ff_dot_productf(energy_pred_fac,
                                            p->prediction_error,
                                            4) + // predicted fixed energy
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to