Decoder: Set u1_long_term_reference_flag to 0 for error concealment
For MBs which are in error, set u1_long_term_reference_flag to zero. This ensures latest frame is used for concealment Bug: 28470138 Change-Id: I58eab5bc1da277823f3dbb4103ba50867f8935dc
This commit is contained in:
parent
33db7a0f4e
commit
eacafb943c
1 changed files with 1 additions and 1 deletions
|
|
@ -1464,7 +1464,7 @@ WORD32 ih264d_mark_err_slice_skip(dec_struct_t * ps_dec,
|
|||
ih264d_err_pic_dispbuf_mgr(ps_dec);
|
||||
return 0;
|
||||
}
|
||||
|
||||
ps_dec->ps_dpb_cmds->u1_long_term_reference_flag = 0;
|
||||
if(prev_slice_err == 1)
|
||||
{
|
||||
/* first slice - missing/header corruption */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue