[FFmpeg-cvslog] r11584 - trunk/libavcodec/ac3enc.c

diego subversion
Mon Jan 21 01:29:22 CET 2008


Author: diego
Date: Mon Jan 21 01:29:22 2008
New Revision: 11584

Log:
Remove two unused variables.


Modified:
   trunk/libavcodec/ac3enc.c

Modified: trunk/libavcodec/ac3enc.c
==============================================================================
--- trunk/libavcodec/ac3enc.c	(original)
+++ trunk/libavcodec/ac3enc.c	Mon Jan 21 01:29:22 2008
@@ -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;




More information about the ffmpeg-cvslog mailing list