Skip to content

Commit b2d244a

Browse files
committed
fix struct forward declaration
1 parent c57ca50 commit b2d244a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libheif/api/libheif/heif_image.h

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ enum heif_channel
103103

104104
// Planar RGB images are specified as heif_colorspace_RGB / heif_chroma_444.
105105

106+
struct heif_image;
107+
struct heif_image_handle;
108+
struct heif_security_limits;
109+
106110

107111
// Get the colorspace format of the image.
108112
LIBHEIF_API

0 commit comments

Comments
 (0)