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

am: 7f5da9039c

Change-Id: I97a096fc8a7fba089711403d35f8bc90c99750c9
This commit is contained in:
Harish Mahendrakar 2019-06-20 20:48:30 -07:00 committed by android-build-merger
commit e4237f852d

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;
}