mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-08-15 23:32:35 +07:00
decoder: Fix valid SPS check in parsing SEI am: 61646846b3 am: 7f5da9039c
am: e4237f852d
Change-Id: I87108812b39924bda99766fa07973e713495e759
This commit is contained in:
commit
824c19e4ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue