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:
Cheng Tong
2018-08-27 14:46:05 +08:00
committed by Jianxin Pan
parent 05bd5e08d0
commit 6a9b3d422c
2 changed files with 7 additions and 2 deletions

View File

@@ -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 &

View File

@@ -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 =