dvb: reduce the gap of pcr delayed.
authormanhao liang <manhao.liang@amlogic.com>
Mon, 11 Jun 2018 07:52:24 +0000 (15:52 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Tue, 12 Jun 2018 05:54:49 +0000 (22:54 -0700)
PD#165243: Sen5 DVB player AV issue.

Change-Id: I9bccc7804346595c941ac8f2cf5ced7e68276ebd
Signed-off-by: manhao liang <manhao.liang@amlogic.com>
drivers/amlogic/media/frame_sync/timestamp.c

index a1c87601247dc2e9289a009134c09e4485a6295e..fd19c64862cc7ff96dcb325f969a41313af4fb66 100644 (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;