gpac / ComplianceWarden

A pluggable compliance checker (ISOBMFF, HEIF/MIAF/AVIF, AV1 HDR10+)
https://gpac.github.io/ComplianceWarden-wasm/
Other
17 stars 7 forks source link

Need test case for MIAF 7.3.11.2 #1

Closed aklemets closed 4 years ago

aklemets commented 4 years ago

Looks like there is no test case for MIAF paragraph 7.3.11.2:

Any derived image item of the item_type value 'iden' shall not be derived from an image item of item_type value 'iden'

rbouqueau commented 4 years ago

I think there is: https://github.com/gpac/ComplianceWarden/blob/master/tests/miaf/invalid-derivation-iden.asm https://github.com/gpac/ComplianceWarden/blob/master/tests/miaf/invalid-derivation-iden.ref

aklemets commented 4 years ago

Agreed.