From a16f80f392e0979b2ca0c598087a8c87f3ec824d Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Sun, 8 Nov 2009 14:54:43 +0000
Subject: [PATCH] Remove unused variable. 1l for me if it wherent sunday and i
 could buy cola.

Originally committed as revision 20477 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/mpegaudio_tablegen.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h
index 9c9ab496654..c95102793bc 100644
--- a/libavcodec/mpegaudio_tablegen.h
+++ b/libavcodec/mpegaudio_tablegen.h
@@ -56,7 +56,6 @@ static void mpegaudio_tableinit(void)
     }
     for(exponent=0; exponent<512; exponent++) {
         for(value=0; value<16; value++) {
-            int i= value + 16*exponent;
             double f= (double)value * cbrtf(value) * pow(2, (exponent-400)*0.25 + FRAC_BITS + 5);
             expval_table[exponent][value]= llrint(f);
         }
-- 
GitLab