silence !

This commit is contained in:
TangoCash
2018-10-02 21:29:26 +02:00
committed by Thilo Graf
parent d52aa714ce
commit 7a796b445b

View File

@@ -592,7 +592,7 @@ void cVideo::run(void)
buf_in %= VDEC_MAXBUFS;
buf_num++;
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 %= VDEC_MAXBUFS;
buf_num--;