Author: cmcq
Date: Sun Aug  9 15:25:12 2009
New Revision: 5010

Log:
Vertical align

Modified:
   amr/amrnbdec.c

Modified: amr/amrnbdec.c
==============================================================================
--- amr/amrnbdec.c      Sun Aug  9 15:24:18 2009        (r5009)
+++ amr/amrnbdec.c      Sun Aug  9 15:25:12 2009        (r5010)
@@ -1236,7 +1236,7 @@ static int amrnb_decode_frame(AVCodecCon
         // The specification is ambiguous, but in the reference source, the
         // smoothed value is NOT fed back into later fixed gain smoothing.
         synth_fixed_gain = fixed_gain_smooth(p, p->lsf_q[subframe],
-                                              p->lsf_avg, p->cur_frame_mode);
+                                             p->lsf_avg, p->cur_frame_mode);
 
         synth_fixed_vector = anti_sparseness(p, &fixed_sparse, p->fixed_vector,
                                              synth_fixed_gain, spare_vector);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to