[FFmpeg-cvslog] g723.1_data: remove unneeded L
Michael Niedermayer
git at videolan.org
Sat Oct 1 18:17:28 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Oct 1 18:13:30 2011 +0200| [41597194730387c8d234fb61c9ceafb17379758d] | committer: Michael Niedermayer
g723.1_data: remove unneeded L
Found-by: Vitor
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=41597194730387c8d234fb61c9ceafb17379758d
---
libavcodec/g723_1_data.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/g723_1_data.h b/libavcodec/g723_1_data.h
index 3b180ef..6fa3f34 100644
--- a/libavcodec/g723_1_data.h
+++ b/libavcodec/g723_1_data.h
@@ -485,7 +485,7 @@ static const int16_t lsp_band2[LSP_CB_SIZE][4] = {
* for the MP-MLQ codebook
*/
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,
11628, 8568, 6188, 4368, 3003,
2002, 1287, 792, 462, 252,
More information about the ffmpeg-cvslog
mailing list