[FFmpeg-soc] [soc]: r1501 - amr/amrnbfloatdec.c
superdump
subversion at mplayerhq.hu
Tue Dec 4 00:47:09 CET 2007
Author: superdump
Date: Tue Dec 4 00:47:08 2007
New Revision: 1501
Log:
Add missing var.
Modified:
amr/amrnbfloatdec.c
Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c (original)
+++ amr/amrnbfloatdec.c Tue Dec 4 00:47:08 2007
@@ -220,7 +220,7 @@ static void lsf2lsp_5(AMRContext *p) {
float lsf_r[2][LP_FILTER_ORDER]; // residual LSF vectors
float lsf_q[2][LP_FILTER_ORDER]; // quantified LSF vectors
float sign;
- int idx;
+ int i, idx;
// decode split-matrix quantized residual LSF vectors
More information about the FFmpeg-soc
mailing list