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