From 1e9ccf123c978c9b65a78ee487944f2959313759 Mon Sep 17 00:00:00 2001 From: Dirk Farin Date: Wed, 16 Oct 2024 18:35:20 +0200 Subject: [PATCH] (comment) --- libheif/api/libheif/heif.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libheif/api/libheif/heif.h b/libheif/api/libheif/heif.h index 533938d089..46f7b31c69 100644 --- a/libheif/api/libheif/heif.h +++ b/libheif/api/libheif/heif.h @@ -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);