summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/wmaprodec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/wmaprodec.c')
-rw-r--r--apps/codecs/libwmapro/wmaprodec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwmapro/wmaprodec.c b/apps/codecs/libwmapro/wmaprodec.c
index 8b2043a682..88becb7af6 100644
--- a/apps/codecs/libwmapro/wmaprodec.c
+++ b/apps/codecs/libwmapro/wmaprodec.c
@@ -1249,7 +1249,7 @@ static int decode_subframe(WMAProDecodeCtx *s)
1249 s->channel[c].scale_factor_step; 1249 s->channel[c].scale_factor_step;
1250 1250
1251 if(exp < EXP_MIN || exp > EXP_MAX) { 1251 if(exp < EXP_MIN || exp > EXP_MAX) {
1252 DEBUGF("in wmaprodec.c : unhandled value for exp, please report sample.\n"); 1252 DEBUGF("in wmaprodec.c : unhandled value for exp (%d), please report sample.\n", exp);
1253 return -1; 1253 return -1;
1254 } 1254 }
1255 const int32_t quant = QUANT(exp); 1255 const int32_t quant = QUANT(exp);