PD#SWPL-13232
Problem:
amvideo drops excessive video frames than it should drop
Solution:
drop only after omx_run is true
Verify:
verified on Franklin
Change-Id: Iacb8f23c9635d00ce6265a0228c1e1e458902c6a
Signed-off-by: Rico Yang <wei.yang@amlogic.com>
vf->pts, vf->omx_index,
timestamp_pcrscr_get(), timestamp_vpts_get());
}
- if (omx_continuous_drop_flag
+ if ((omx_continuous_drop_flag && omx_run)
&& !(debug_flag
& DEBUG_FLAG_OMX_DISABLE_DROP_FRAME)) {
if (is_dolby_vision_enable() && vf &&