dvb: reduce the gap of pcr delayed.

PD#165243: Sen5 DVB player AV issue.

Change-Id: I9bccc7804346595c941ac8f2cf5ced7e68276ebd
Signed-off-by: manhao liang <manhao.liang@amlogic.com>
This commit is contained in:
manhao liang
2018-06-11 15:52:24 +08:00
committed by Yixun Lan
parent 40d9d7dc94
commit 5c440e8016

View File

@@ -37,7 +37,7 @@ static u32 audio_pts_started;
static u32 first_vpts;
static u32 first_checkin_vpts;
static u32 first_apts;
static u32 pcrscr_lantcy = 800*90;
static u32 pcrscr_lantcy = 200*90;
static u32 system_time_scale_base = 1;
static u32 system_time_scale_remainder;