[SCM] libav/experimental: Remove useless variable since r8456.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:17:15 UTC 2013


The following commit has been merged in the experimental branch:
commit 956330452b850a7ab156925e3b035559f4bfcd1f
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Tue Mar 18 20:14:57 2008 +0000

    Remove useless variable since r8456.
    
    Originally committed as revision 12493 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/cookdata.h b/libavcodec/cookdata.h
index 38beef4..1f967be 100644
--- a/libavcodec/cookdata.h
+++ b/libavcodec/cookdata.h
@@ -40,8 +40,6 @@ static const float dither_tab[8] = {
   0.0, 0.0, 0.0, 0.0, 0.0, 0.176777, 0.25, 0.707107,
 };
 
-static const float randsign[2] = {1.0, -1.0};
-
 static const float quant_centroid_tab[7][14] = {
   { 0.000, 0.392, 0.761, 1.120, 1.477, 1.832, 2.183, 2.541, 2.893, 3.245, 3.598, 3.942, 4.288, 4.724 },
   { 0.000, 0.544, 1.060, 1.563, 2.068, 2.571, 3.072, 3.562, 4.070, 4.620, 0.000, 0.000, 0.000, 0.000 },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list