[FFmpeg-soc] [soc]: r4129 - amr/amrnbfloatdec.c

kmalaussene subversion at mplayerhq.hu
Mon Feb 23 01:39:40 CET 2009


Author: kmalaussene
Date: Mon Feb 23 01:39:40 2009
New Revision: 4129

Log:
Remove unused variables.

Modified:
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c	Mon Feb 23 00:40:39 2009	(r4128)
+++ amr/amrnbfloatdec.c	Mon Feb 23 01:39:40 2009	(r4129)
@@ -773,7 +773,7 @@ void do_phase_dispersion(AMRContext *p)
 static int synthesis(AMRContext *p, float *excitation, float *lpc,
                      float *samples, uint8_t overflow)
 {
-    int i, j, overflow_temp = 0;
+    int i, overflow_temp = 0;
 
     // if an overflow has been detected, the pitch vector is scaled down by a
     // factor of 4



More information about the FFmpeg-soc mailing list