提交 9f2db545 编写于 作者: J Justin Ruggles

flacdec: remove another unneeded debugging statement

Originally committed as revision 16751 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 f7f3e3bf
......@@ -244,7 +244,6 @@ static int decode_residuals(FLACContext *s, int channel, int pred_order)
tmp = get_bits(&s->gb, method_type == 0 ? 4 : 5);
if (tmp == (method_type == 0 ? 15 : 31))
{
av_log(s->avctx, AV_LOG_DEBUG, "fixed len partition\n");
tmp = get_bits(&s->gb, 5);
for (; i < samples; i++, sample++)
s->decoded[channel][sample] = get_sbits(&s->gb, tmp);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册