diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-23 14:45:24 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-26 13:56:59 +0100 |
commit | 458acb61fa2aecc2a5a71836841af3a43d28e560 (patch) | |
tree | 38f93d5d6e4573fa6408bf314bce3c9bab41d77d | |
parent | edfdcb0487788e6b340420ab6071fb91cf7ea443 (diff) | |
download | ffmpeg-458acb61fa2aecc2a5a71836841af3a43d28e560.tar.gz |
avcodec/amrnbdata: Remove unused array
Always unused.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-rw-r--r-- | libavcodec/amrnbdata.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/amrnbdata.h b/libavcodec/amrnbdata.h index 435fd9924b..20b7a6452f 100644 --- a/libavcodec/amrnbdata.h +++ b/libavcodec/amrnbdata.h @@ -1424,11 +1424,6 @@ static const float pred_fac[LP_FILTER_ORDER] = { // fixed tables -/** - * number of pulses per mode - */ -static const uint8_t pulses_nb_per_mode[] = {2, 2, 2, 3, 4, 4, 8, 10}; - /** track start positions for algebraic code book routines */ static const uint8_t track_position[16] = { 0, 2, 0, 3, 0, 2, 0, 3, 1, 3, 2, 4, 1, 4, 1, 4 |