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:
Harish Mahendrakar 2017-01-06 18:03:04 +00:00 committed by android-build-merger
commit 601f024ec8

View file

@ -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
{