From 5c440e8016945bea5b44bc4aaea962e4bf68272b Mon Sep 17 00:00:00 2001 From: manhao liang Date: Mon, 11 Jun 2018 15:52:24 +0800 Subject: [PATCH] dvb: reduce the gap of pcr delayed. PD#165243: Sen5 DVB player AV issue. Change-Id: I9bccc7804346595c941ac8f2cf5ced7e68276ebd Signed-off-by: manhao liang --- drivers/amlogic/media/frame_sync/timestamp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/media/frame_sync/timestamp.c b/drivers/amlogic/media/frame_sync/timestamp.c index a1c8760..fd19c64 100644 --- a/drivers/amlogic/media/frame_sync/timestamp.c +++ b/drivers/amlogic/media/frame_sync/timestamp.c @@ -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; -- 2.7.4