Skip to content

Commit

Permalink
Minor style change
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Dec 19, 2023
1 parent d3cf7ae commit 68a5534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/nclx.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class color_profile_nclx : public color_profile

void set_from_heif_color_profile_nclx(const struct heif_color_profile_nclx* nclx);

void replace_undefined_values_with_sRGB_defaults(bool lossless=false);
void replace_undefined_values_with_sRGB_defaults(bool lossless = false);

private:
uint16_t m_colour_primaries = heif_color_primaries_unspecified;
Expand Down

0 comments on commit 68a5534

Please sign in to comment.