I investigated the file mentioned in this comment and concluded that the issue is that the ispe does not match the actual dimensions of the coded item.
In this case the hvcC says that the dimensions of the coded item is 1600x1096, while the ispe says 1599x1096. This in turn leads to the clap property specifying a crop rect that starts at a negative offset.
It would be great if the compliance warden could do some minimal validation of the HEVC codec config with regards to the ispe. Other properties that could be checked would potentially be pixi, colr and potentially the MIAF brands that set limits on profiles.
I investigated the file mentioned in this comment and concluded that the issue is that the
ispedoes not match the actual dimensions of the coded item.In this case the
hvcCsays that the dimensions of the coded item is 1600x1096, while theispesays 1599x1096. This in turn leads to theclapproperty specifying a crop rect that starts at a negative offset.It would be great if the compliance warden could do some minimal validation of the HEVC codec config with regards to the
ispe. Other properties that could be checked would potentially bepixi,colrand potentially the MIAF brands that set limits on profiles.