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 AOMediaCodec/av1-avif#219
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 AOMediaCodec/av1-avif#219