silence debug

This commit is contained in:
TangoCash
2015-07-03 11:30:56 +02:00
parent ce16e4a603
commit 7ec6b85fa3

View File

@@ -516,7 +516,7 @@ void cVideo::run(void)
buf_in %= VDEC_MAXBUFS; buf_in %= VDEC_MAXBUFS;
buf_num++; buf_num++;
if (buf_num > (VDEC_MAXBUFS - 1)) { if (buf_num > (VDEC_MAXBUFS - 1)) {
lt_info("%s: buf_num overflow\n", __func__); lt_debug("%s: buf_num overflow\n", __func__);
buf_out++; buf_out++;
buf_out %= VDEC_MAXBUFS; buf_out %= VDEC_MAXBUFS;
buf_num--; buf_num--;