gpac / ComplianceWarden

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

Wrong error level for HDR10+ issues #43

Closed cconcolato closed 1 year ago

cconcolato commented 1 year ago

As reported here https://github.com/AOMediaCodec/av1-hdr10plus/pull/32/files/a50e84bfead1932b15f6890d58067788324409e7..0b180a66c5cc73537c0991e9a545da0236e9ab35#r986165816 ComplianceWarden does not report errors on invalid files (e.g. duplicate or missing metadata OBUs), instead it reports them in the "warning" section despite the use of "shall" in the rule.

rbouqueau commented 1 year ago

Should be fixed. Indeed errors were pushed in the warning array.