Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update a comment in avifImageYUVAnyToRGBAnySlow()
The following comment in avifImageYUVAnyToRGBAnySlow() // Monochrome: ... (identity mode is irrelevant) added in commit ca2c34d, was written when avifReformatMode had only two values (the default mode and identity mode). Now avifReformatMode has 3 values (or 5 if AVIF_ENABLE_EXPERIMENTAL_YCGCO_R is defined). Instead of enumerating all the non-default modes in the comment, just change "identity mode" to "state->mode".
- Loading branch information