You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 AOMediaCodec/av1-avif#219
The text was updated successfully, but these errors were encountered: