Skip to content

Commit

Permalink
(comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 16, 2024
1 parent 90ced1b commit 1e9ccf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libheif/api/libheif/heif.h
Original file line number Diff line number Diff line change
Expand Up @@ -1718,6 +1718,7 @@ struct heif_decoding_options
// Default: false (do not ignore).
uint8_t ignore_transformations;

// Any of the progress functions may be called from background threads.
void (* start_progress)(enum heif_progress_step step, int max_progress, void* progress_user_data);

void (* on_progress)(enum heif_progress_step step, int progress, void* progress_user_data);
Expand Down

0 comments on commit 1e9ccf1

Please sign in to comment.