Commit 41597194 authored by Michael Niedermayer's avatar Michael Niedermayer

g723.1_data: remove unneeded L

Found-by: Vitor
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c9c7a776
...@@ -485,7 +485,7 @@ static const int16_t lsp_band2[LSP_CB_SIZE][4] = { ...@@ -485,7 +485,7 @@ static const int16_t lsp_band2[LSP_CB_SIZE][4] = {
* for the MP-MLQ codebook * for the MP-MLQ codebook
*/ */
static const int32_t combinatorial_table[PULSE_MAX][SUBFRAME_LEN/GRID_SIZE] = { static const int32_t combinatorial_table[PULSE_MAX][SUBFRAME_LEN/GRID_SIZE] = {
{118755, 98280, 80730, 65780L, 53130, {118755, 98280, 80730, 65780, 53130,
42504, 33649, 26334, 20349, 15504, 42504, 33649, 26334, 20349, 15504,
11628, 8568, 6188, 4368, 3003, 11628, 8568, 6188, 4368, 3003,
2002, 1287, 792, 462, 252, 2002, 1287, 792, 462, 252,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment