From f2642486532384b257c05f52e71a36c4dbd80f8a Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Thu, 5 Dec 2024 09:52:13 +1100 Subject: [PATCH] properties: update structure comments based on review --- include/avif/avif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/avif/avif.h b/include/avif/avif.h index 8800eeb785..ef13a49582 100644 --- a/include/avif/avif.h +++ b/include/avif/avif.h @@ -824,7 +824,7 @@ typedef struct avifImage // Other properties attached to this image item (primary or gainmap). // At decoding: Forwarded here as opaque byte sequences by the avifDecoder. - // At encoding: Written by the avifEncoder. + // At encoding: Set using avifImageAddOpaqueProperty() or avifImageAddUUIDProperty() and written by the avifEncoder. avifImageItemProperty * properties; // NULL only if numProperties is 0. size_t numProperties;