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

superdump subversion at mplayerhq.hu
Tue Dec 4 01:07:13 CET 2007


Author: superdump
Date: Tue Dec  4 01:07:13 2007
New Revision: 1506

Log:
Remove unused var.


Modified:
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c	(original)
+++ amr/amrnbfloatdec.c	Tue Dec  4 01:07:13 2007
@@ -294,7 +294,6 @@ static void lsf2lsp_3(AMRContext *p) {
     float lsf_r[LP_FILTER_ORDER]; // residual LSF vector
     float lsf_q[LP_FILTER_ORDER]; // quantified LSF vector
     const float (*lsf_3_1_tmp)[3], (*lsf_3_3_tmp)[4]; // temp ptrs for switching tables depending on mode
-    float sign;
     int idx, i;
 
     // assign lsf tables according to mode



More information about the FFmpeg-soc mailing list