[SCM] libav/experimental: Remove unused variable. 1l for me if it wherent sunday and i could buy cola.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:54:11 UTC 2013


The following commit has been merged in the experimental branch:
commit a16f80f392e0979b2ca0c598087a8c87f3ec824d
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Nov 8 14:54:43 2009 +0000

    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

diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h
index 9c9ab49..c951027 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);
         }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list