Merge "DO NOT MERGE Consume bytes for sps with unsupported resolution" into mnc-dev

This commit is contained in:
Ray Essick 2017-11-03 20:24:47 +00:00 committed by Android (Google) Code Review
commit 7973e3adee

View file

@ -614,8 +614,7 @@ WORD32 ihevcd_decode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op)
continue;
}
if((IVD_RES_CHANGED == ret) ||
(IHEVCD_UNSUPPORTED_DIMENSIONS == ret))
if(IVD_RES_CHANGED == ret)
{
break;
}