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

[software] LdrToHdrMerge: fix bug introduced in PR 1536 #1557

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

mugulmd
Copy link
Contributor

@mugulmd mugulmd commented Sep 27, 2023

Description

Fix a crash in the first chunk of aliceVision_ldrToHdrMerge which was introduced by a typo in this commit: 1188433

@@ -366,7 +366,7 @@ int aliceVision_main(int argc, char** argv)
}
else
{
hdrView.reset(group.at(g)->clone());
hdrView.reset(targetViews.at(g)->clone());
Copy link
Contributor

Choose a reason for hiding this comment

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

Oups :)

@fabiencastan fabiencastan added this to the 3.2.0 milestone Sep 27, 2023
@fabiencastan fabiencastan changed the title [software] LdrToHdrMerge: fix crash on 1st chunk [software] LdrToHdrMerge: fix bug introduced in PR 1536 Sep 27, 2023
@fabiencastan fabiencastan merged commit 8d3cf16 into develop Sep 27, 2023
@fabiencastan fabiencastan deleted the mug/fixLdrToHdrMergeFirstChunk branch September 27, 2023 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants