diff --git a/apps/codecs/libwma/wmadeci.c b/apps/codecs/libwma/wmadeci.c index a3edea0e97..f24ac13a0e 100644 --- a/apps/codecs/libwma/wmadeci.c +++ b/apps/codecs/libwma/wmadeci.c @@ -595,15 +595,14 @@ static inline fixed32 pow_m1_4(WMADecodeContext *s, fixed32 x) static void wma_lsp_to_curve_init(WMADecodeContext *s, int frame_len) { - fixed32 wdel, a, b, temp, temp2; + fixed32 wdel, a, b, temp2; int i, m; - wdel = fixdiv32(M_PI_F, itofix32(frame_len)); - temp = fixdiv32(itofix32(1), itofix32(frame_len)); + wdel = fixdiv32(itofix32(1), itofix32(frame_len)); for (i=0; ilsp_cos_table[i] = temp2>>3; @@ -637,7 +636,7 @@ static void wma_lsp_to_curve(WMADecodeContext *s, fixed32 *lsp) { int i, j; - fixed32 p, q, w, v, val_max, temp, temp2; + fixed32 p, q, w, v, val_max, temp2; val_max = 0; for(i=0;i