silence debug

Origin commit data
------------------
Branch: master
Commit: 7ec6b85fa3
Author: TangoCash <eric@loxat.de>
Date: 2015-07-03 (Fri, 03 Jul 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2015-07-03 11:30:56 +02:00
parent 41114987aa
commit f702f386e4

View File

@@ -516,7 +516,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--;