diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-08-20 17:34:52 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-20 23:39:04 +0200 |
commit | e8319f602e94af9b8454ed68d8323908ceaf944d (patch) | |
tree | 3ec635eb2c047346e5076b1d4e4d7422ab3bacf8 | |
parent | 96f5fdebc3c6a424a5ef874b0a3f47d86ba639f3 (diff) | |
download | ffmpeg-e8319f602e94af9b8454ed68d8323908ceaf944d.tar.gz |
avcodec/metasound_data: comment out unused variable
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@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavcodec/metasound_data.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/metasound_data.c b/libavcodec/metasound_data.c index e439b3d837..6d87117406 100644 --- a/libavcodec/metasound_data.c +++ b/libavcodec/metasound_data.c @@ -14946,9 +14946,10 @@ static const uint16_t bark_tab_s16_128[] = { 2, 2, 2, 3, 3, 5, 7, 12, 25, 67 }; +/* unused 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, |