diff options
author | Clément Bœsch <u@pkh.me> | 2017-04-08 14:16:06 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-04-08 14:16:32 +0200 |
commit | 2d40fbe639855e1c6d086699dfd76f15ce96aa42 (patch) | |
tree | 7b80d0d27c2db449a85e2fe203248b6f98c462bf /libavcodec/metasound_data.c | |
parent | 8aaacbf7fd7e06fe81897f5b23d01f8f9ce044e4 (diff) | |
parent | 0983f9117f31521643162cb85380672495a9de1b (diff) | |
download | ffmpeg-2d40fbe639855e1c6d086699dfd76f15ce96aa42.tar.gz |
Merge commit '0983f9117f31521643162cb85380672495a9de1b'
* commit '0983f9117f31521643162cb85380672495a9de1b':
metasound: Drop unused tables
This commit is mostly a noop, see
276a8666d2d990335314752f8f8bdfdaac69e410
e8319f602e94af9b8454ed68d8323908ceaf944d
Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/metasound_data.c')
-rw-r--r-- | libavcodec/metasound_data.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/metasound_data.c b/libavcodec/metasound_data.c index 6d87117406..da2548af9d 100644 --- a/libavcodec/metasound_data.c +++ b/libavcodec/metasound_data.c @@ -14946,11 +14946,6 @@ 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, 10, 12, 11, 13, 13, 14, 16, 17, |