diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-23 14:29:52 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-26 13:56:59 +0100 |
commit | edfdcb0487788e6b340420ab6071fb91cf7ea443 (patch) | |
tree | 31c3bcd673ccaa132a4156c00ede1892644f06b6 | |
parent | 2668caf13c68098f99ee12e2a2a99cf9daf8b25a (diff) | |
download | ffmpeg-edfdcb0487788e6b340420ab6071fb91cf7ea443.tar.gz |
avcodec/ilbcdata: Remove unused array
Never used.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-rw-r--r-- | libavcodec/ilbcdata.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/ilbcdata.h b/libavcodec/ilbcdata.h index 8d145bc183..b17e24df5f 100644 --- a/libavcodec/ilbcdata.h +++ b/libavcodec/ilbcdata.h @@ -60,10 +60,6 @@ static const int16_t kLpcChirpSyntDenum[] = { 32767, 29573, 26690, 24087, 21739, 19619, 17707, 15980, 14422, 13016, 11747 }; -static const int16_t LpcChirpWeightDenum[] = { - 32767, 13835, 5841, 2466, 1041, 440, 186, 78, 33, 14, 6 -}; - static const int16_t cos_tbl[64] = { 32767, 32729, 32610, 32413, 32138, 31786, 31357, 30853, 30274, 29622, 28899, 28106, 27246, 26320, 25330, 24279, |