Remove two unused variables.
authorDiego Biurrun <diego@biurrun.de>
Mon, 21 Jan 2008 00:29:22 +0000 (00:29 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 21 Jan 2008 00:29:22 +0000 (00:29 +0000)
Originally committed as revision 11584 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ac3enc.c

index af70c12..1b95e80 100644 (file)
@@ -90,7 +90,7 @@ typedef struct IComplex {
 
 static void fft_init(int ln)
 {
-    int i, j, m, n;
+    int i, n;
     float alpha;
 
     n = 1 << ln;