Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update a comment in avifImageYUVAnyToRGBAnySlow() #1487

Commits on Aug 1, 2023

  1. 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".
    wantehchang committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    196e2d9 View commit details
    Browse the repository at this point in the history