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

avifgainmaputil: ignore the alt image icc when --ignore-profile is set #2411

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

maryla-uc
Copy link
Collaborator

No description provided.

@maryla-uc maryla-uc requested a review from y-guyon August 23, 2024 13:24
@@ -163,6 +163,11 @@ avifResult ReadAvif(avifDecoder* decoder, const std::string& input_filename,
}
if (ignore_profile) {
avifRWDataFree(&decoder->image->icc);
#if defined(AVIF_ENABLE_EXPERIMENTAL_GAIN_MAP)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this. If this file is compiled, AVIF_ENABLE_EXPERIMENTAL_GAIN_MAP must be defined.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha yes good point!

@maryla-uc maryla-uc merged commit fbf1cef into AOMediaCodec:main Aug 23, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants