Commit ef124f99 for libheif
commit ef124f9988e57a06ad6d102c236d2bb4b82aef5d
Author: Ștefan Talpalaru <stefantalpalaru@yahoo.com>
Date: Wed May 20 00:37:24 2026 +0200
heif_properties.h: fix "bad_pixels" type
diff --git a/libheif/api/libheif/heif_properties.h b/libheif/api/libheif/heif_properties.h
index 9432bd46..0dec3a37 100644
--- a/libheif/api/libheif/heif_properties.h
+++ b/libheif/api/libheif/heif_properties.h
@@ -335,7 +335,7 @@ heif_error heif_image_add_sensor_bad_pixels_map(heif_image*,
uint32_t num_bad_columns,
const uint32_t* bad_columns,
uint32_t num_bad_pixels,
- const heif_bad_pixel* bad_pixels);
+ const struct heif_bad_pixel* bad_pixels);
// Returns the number of sensor bad pixels maps on this image (0 if none).
LIBHEIF_API