diff --git a/src/mod/formats/mod_shout/layer3.c b/src/mod/formats/mod_shout/layer3.c index 490178df2c..1e76ae38e5 100644 --- a/src/mod/formats/mod_shout/layer3.c +++ b/src/mod/formats/mod_shout/layer3.c @@ -836,11 +836,11 @@ static int III_dequantize_sample(struct mpstr *mp, real xr[SBLIMIT][SSLIMIT], in v = gr_info->pow2gain[sanity]; cb = *m++; } else { - return 1; + return 0; } } else { - return 1; + return 0; } }