[FFmpeg-soc] [soc]: r1480 - amr/amrnbdec.c

superdump subversion at mplayerhq.hu
Fri Nov 30 19:41:16 CET 2007


Author: superdump
Date: Fri Nov 30 19:41:16 2007
New Revision: 1480

Log:
Remove unused var


Modified:
   amr/amrnbdec.c

Modified: amr/amrnbdec.c
==============================================================================
--- amr/amrnbdec.c	(original)
+++ amr/amrnbdec.c	Fri Nov 30 19:41:16 2007
@@ -1024,7 +1024,6 @@ int qsort_compare(const int *a, const in
 
 static int median(int *values, int n) {
     int temp[9]; // largest n used for median calculation is 9
-    int i;
 
     memcpy(values, temp, n*sizeof(int));
 



More information about the FFmpeg-soc mailing list