Decoder: Fixed DoS in header decode when no PPS is present am: 2cd2f7a335 am: cec6503a20

am: 031a3fdbba

Change-Id: If74c98fcc5fde5f1b99a5e91479ab774cbf3a58d
This commit is contained in:
Harish Mahendrakar 2017-01-18 00:31:14 +00:00 committed by android-build-merger
commit 5a44d81d8c

View file

@ -2050,6 +2050,7 @@ WORD32 ih264d_video_decode(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op)
{
/* a start code has already been found earlier in the same process call*/
frame_data_left = 0;
header_data_left = 0;
continue;
}