mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
silent output
Origin commit data
------------------
Branch: master
Commit: 94ef9cd9c9
Author: TangoCash <eric@loxat.de>
Date: 2018-10-02 (Tue, 02 Oct 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -327,7 +327,7 @@ void cVideo::ShowPicture(const char *fname)
|
|||||||
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--;
|
||||||
@@ -604,7 +604,7 @@ void cVideo::run(void)
|
|||||||
c->time_base.num, c->time_base.den, c->ticks_per_frame, dec_r,
|
c->time_base.num, c->time_base.den, c->ticks_per_frame, dec_r,
|
||||||
av_frame_get_best_effort_timestamp(frame));
|
av_frame_get_best_effort_timestamp(frame));
|
||||||
} else
|
} else
|
||||||
lt_info("%s: got_frame: %d stillpicture: %d\n", __func__, got_frame, stillpicture);
|
lt_debug("%s: got_frame: %d stillpicture: %d\n", __func__, got_frame, stillpicture);
|
||||||
still_m.unlock();
|
still_m.unlock();
|
||||||
av_packet_unref(&avpkt);
|
av_packet_unref(&avpkt);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user