Browse Source

avcodec/amrnbdata: Remove unused array

Always unused.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Andreas Rheinhardt 5 years ago
parent
commit
458acb61fa
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      libavcodec/amrnbdata.h

+ 0
- 5
libavcodec/amrnbdata.h View File

@@ -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


Loading…
Cancel
Save