提交 8ef4de4e 编写于 作者: A Alex Beregszaszi

Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.

Acked by Benjamin Larsson

Originally committed as revision 11023 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 b64fa5b4
......@@ -380,7 +380,7 @@ static int decode_tag(AVCodecContext * avctx,
case 256: // 22050Hz
blocks = 4; break;
default:
av_log(avctx, AV_LOG_DEBUG, "Tag size %d unknown, report sample!\n", buf_size);
av_log(avctx, AV_LOG_ERROR, "Tag size %d unknown, report sample!\n", buf_size);
return buf_size;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册