[FFmpeg-devel] [PATCH 1/4] avcodec/metasound_data: remove unused variable

Ganesh Ajjanagadde gajjanagadde at gmail.com
Thu Aug 20 10:28:45 CEST 2015


Fixes -Wunused-const-variable from
http://fate.ffmpeg.org/report.cgi?time=20150820031140&slot=arm64-darwin-clang-apple-5.1

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde at gmail.com>
---
 libavcodec/metasound_data.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavcodec/metasound_data.c b/libavcodec/metasound_data.c
index e439b3d..da2548a 100644
--- a/libavcodec/metasound_data.c
+++ b/libavcodec/metasound_data.c
@@ -14946,10 +14946,6 @@ static const uint16_t bark_tab_s16_128[] = {
     2, 2, 2, 3, 3, 5, 7, 12, 25, 67
 };
 
-static const uint16_t bark_tab_s16_64[] = {
-    1, 1, 2, 2, 3, 6, 11, 38
-};
-
 static const uint16_t bark_tab_l16s_1024[] = {
       9,   9,   8,   9,  10,   9,  10,  10,
      10,  12,  11,  13,  13,  14,  16,  17,
-- 
2.5.0



More information about the ffmpeg-devel mailing list