PD#SWPL-13597
Problem:
av diff over 200ms after seek when test AL1 ep sync
Solution:
clear omx_pts_set_index when session switch that new playback, drop
old index, new index will update asap when set_omx_pts invoked.
Verify:
verify by skb nts
Change-Id: I5f46338d46524ceb9a4e907cf9db07ff2e373a08
Signed-off-by: shuanglong.wang <shuanglong.wang@amlogic.com>
mutex_unlock(&omx_mutex);
pr_info("check session return: tmp_pts %d"
"session=0x%x\n", tmp_pts, omx_cur_session);
+ omx_pts_set_index = 0;
return;
}
}