mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
tsync: delete some frequent debug info
PD#172598: tsync delete some frequent debug info Change-Id: Ibcb708375842f4ef1dff5ab6333387d1f3ff3b2d Signed-off-by: Cheng Tong <cheng.tong@amlogic.com>
This commit is contained in:
@@ -589,7 +589,9 @@ static void tsync_process_discontinue(void)
|
||||
last_checkout_minpts = last_checkout_minpts;
|
||||
tsync_pcr_tsdemuxpcr_discontinue = 0;
|
||||
tsync_pcr_reset_flag = 1;
|
||||
pr_info(" now audio &video discontinue,need replay now\n");
|
||||
if (tsync_pcr_debug&0x02) {
|
||||
pr_info(" now audio &video discontinue,need replay now\n");
|
||||
}
|
||||
}
|
||||
} else if (tsdemux_pcraudio_valid_cb && tsdemux_pcraudio_valid_cb()) {
|
||||
if ((tsync_pcr_tsdemuxpcr_discontinue &
|
||||
|
||||
@@ -4229,7 +4229,10 @@ static inline bool vpts_expire(struct vframe_s *cur_vf,
|
||||
* if paused ignore discontinue
|
||||
*/
|
||||
if (!timestamp_pcrscr_enable_state()) {
|
||||
pr_info("video pts discontinue, but pcrscr is disabled, return false\n");
|
||||
/*pr_info("video pts discontinue,
|
||||
* but pcrscr is disabled,
|
||||
* return false\n");
|
||||
*/
|
||||
return false;
|
||||
}
|
||||
pts =
|
||||
|
||||
Reference in New Issue
Block a user