diff --git a/apps/codecs/libwma/wmadeci.c b/apps/codecs/libwma/wmadeci.c index 77767d40df..20c22187b2 100644 --- a/apps/codecs/libwma/wmadeci.c +++ b/apps/codecs/libwma/wmadeci.c @@ -1175,7 +1175,7 @@ static int wma_decode_block(WMADecodeContext *s) if (s->version == 1) { - fixed32 tmp = fixsqrt32(itofix32(n4)); + fixed32 tmp = fixtoi32(fixsqrt32(itofix32(n4))); mdct_norm *= tmp; // PJJ : exercise this path } }