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