Skip to content

Commit

Permalink
fix missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 6, 2024
1 parent 245b289 commit c721741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/api/libheif/heif.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ static heif_decoding_options normalize_options(const heif_decoding_options* inpu
}


void heif_color_conversion_options_set_defaults(struct heif_color_conversion_options*)
void heif_color_conversion_options_set_defaults(struct heif_color_conversion_options* options)
{
options->version = 1;
#if HAVE_LIBSHARPYUV
Expand Down

0 comments on commit c721741

Please sign in to comment.