Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass avifStrictFlags type to BitFlagCombinationOf
If the type parameter is omitted, the fuzztest::BitFlagCombinationOf template infers the avifStrictFlag enum type from AVIF_STRICT_PIXI_REQUIRED, AVIF_STRICT_CLAP_VALID, and AVIF_STRICT_ALPHA_ISPE_REQUIRED. The type of the combination of these bit flags should be avifStrictFlags (note the 's' at the end). BUG=oss-fuzz:66414
- Loading branch information