Decoder: Fixed cur_mb_info initialization in error cases
am: 902c15251f
Change-Id: I53e87b68254973492dac02a48a1b179a9eb4fc93
This commit is contained in:
commit
89850806d1
1 changed files with 1 additions and 1 deletions
|
|
@ -1596,7 +1596,7 @@ WORD32 ih264d_mark_err_slice_skip(dec_struct_t * ps_dec,
|
|||
{
|
||||
if(ps_dec->u1_separate_parse)
|
||||
{
|
||||
ps_cur_mb_info = ps_dec->ps_nmb_info - 1;
|
||||
ps_cur_mb_info = ps_dec->ps_nmb_info;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue