From ef124f9988e57a06ad6d102c236d2bb4b82aef5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= <stefantalpalaru@yahoo.com>
Date: Wed, 20 May 2026 00:37:24 +0200
Subject: [PATCH] heif_properties.h: fix "bad_pixels" type
Index: libheif/api/libheif/heif_properties.h
--- libheif/api/libheif/heif_properties.h.orig
+++ libheif/api/libheif/heif_properties.h
@@ -335,7 +335,7 @@ heif_error heif_image_add_sensor_bad_pixels_map(heif_i
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