Decoder: Fixed cur_mb_info initialization in error cases am: 902c15251f am: 89850806d1 am: c2ab726dc9 am: 45111c3c52 am: 2d9ee53783 am: 2593b52d4d
am: 8c67b66b6e
Change-Id: I3501f359136bac074953168e18185955a931a797
This commit is contained in:
commit
601f024ec8
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