Decoder: Fixed cur_mb_info initialization in error cases am: 902c15251f am: 89850806d1 am: c2ab726dc9 am: 45111c3c52 am: 2d9ee53783

am: 2593b52d4d

Change-Id: Iee2265213a2cecc057d21c333dee730ed98d33df
This commit is contained in:
Harish Mahendrakar 2017-01-06 17:58:34 +00:00 committed by android-build-merger
commit 8c67b66b6e

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
{