Describe the issue
When compiling the latest ComplianceWarden and running it on an AVIF file with JSON output, the "successful_checks" array is always empty.
Detailed analysis
From comparing the avif.cpp rules to the av1_hdr10plus.cpp rules, the latter seem to be using out->covered();. I'm assuming this is the snippet that marks the rule as successfully checked.
Describe the issue When compiling the latest ComplianceWarden and running it on an AVIF file with JSON output, the "successful_checks" array is always empty.
Detailed analysis From comparing the avif.cpp rules to the av1_hdr10plus.cpp rules, the latter seem to be using
out->covered();
. I'm assuming this is the snippet that marks the rule as successfully checked.This would be required in order to implement https://github.com/AOMediaCodec/av1-avif/issues/219