mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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>
This commit is contained in:
parent
96f5fdebc3
commit
e8319f602e
@ -14946,9 +14946,10 @@ static const uint16_t bark_tab_s16_128[] = {
|
|||||||
2, 2, 2, 3, 3, 5, 7, 12, 25, 67
|
2, 2, 2, 3, 3, 5, 7, 12, 25, 67
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* unused
|
||||||
static const uint16_t bark_tab_s16_64[] = {
|
static const uint16_t bark_tab_s16_64[] = {
|
||||||
1, 1, 2, 2, 3, 6, 11, 38
|
1, 1, 2, 2, 3, 6, 11, 38
|
||||||
};
|
}; */
|
||||||
|
|
||||||
static const uint16_t bark_tab_l16s_1024[] = {
|
static const uint16_t bark_tab_l16s_1024[] = {
|
||||||
9, 9, 8, 9, 10, 9, 10, 10,
|
9, 9, 8, 9, 10, 9, 10, 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user