提交 0236383f authored 作者: Anthony Minessale's avatar Anthony Minessale

maybe fix the stupid bug in the mp3 decoder code

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5200 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 52750366
...@@ -836,11 +836,11 @@ static int III_dequantize_sample(struct mpstr *mp, real xr[SBLIMIT][SSLIMIT], in ...@@ -836,11 +836,11 @@ static int III_dequantize_sample(struct mpstr *mp, real xr[SBLIMIT][SSLIMIT], in
v = gr_info->pow2gain[sanity]; v = gr_info->pow2gain[sanity];
cb = *m++; cb = *m++;
} else { } else {
return 1; return 0;
} }
} else { } else {
return 1; return 0;
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论