decoder: Fix valid SPS check in parsing SEI am: 61646846b3 am: 7f5da9039c

am: e4237f852d

Change-Id: I87108812b39924bda99766fa07973e713495e759
This commit is contained in:
Harish Mahendrakar 2019-06-20 21:00:30 -07:00 committed by android-build-merger
commit 824c19e4ca

View file

@ -2668,7 +2668,7 @@ void ihevcd_parse_sei_payload(codec_t *ps_codec,
break;
}
}
if(NULL == ps_sps)
if(!ps_sps->i1_sps_valid)
{
return;
}