Decoder: Ignore dangling fields during flush

am: 4b6344b281

Change-Id: I8017e81b6d14cb507f297c54a95748455d6b5484
This commit is contained in:
Harish Mahendrakar 2016-10-25 19:20:19 +00:00 committed by android-build-merger
commit b258b1bd56

View file

@ -2608,6 +2608,9 @@ WORD32 ih264d_set_flush_mode(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op
ps_ctl_op->u4_error_code = 0;
/* Ignore dangling fields during flush */
ps_dec->u1_top_bottom_decoded = 0;
return IV_SUCCESS;
}