Decoder: Ignore dangling fields during flush am: 4b6344b281
am: b258b1bd56
Change-Id: I5aa03ad409e6f1b2c17764741e0fc32b4a166c53
This commit is contained in:
commit
75d40672bd
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;
|
ps_ctl_op->u4_error_code = 0;
|
||||||
|
|
||||||
|
/* Ignore dangling fields during flush */
|
||||||
|
ps_dec->u1_top_bottom_decoded = 0;
|
||||||
|
|
||||||
return IV_SUCCESS;
|
return IV_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue