summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/aacsbr_fixed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/aacsbr_fixed.c b/libavcodec/aacsbr_fixed.c
index 5a5c9cc75b..1fc7385bf1 100644
--- a/libavcodec/aacsbr_fixed.c
+++ b/libavcodec/aacsbr_fixed.c
@@ -76,7 +76,6 @@ static VLC vlc_sbr[10];
static void aacsbr_func_ptr_init(AACSBRContext *c);
static const int CONST_LN2 = Q31(0.6931471806/256); // ln(2)/256
static const int CONST_RECIP_LN2 = Q31(0.7213475204); // 0.5/ln(2)
-static const int CONST_SQRT2 = Q30(0.7071067812); // sqrt(2)/2
static const int CONST_076923 = Q31(0.76923076923076923077f);
int fixed_log_table[10] =