Decoder: Ignore dangling fields during flush
am: 4b6344b281
Change-Id: I8017e81b6d14cb507f297c54a95748455d6b5484
This commit is contained in:
commit
b258b1bd56
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue