Skip to content

Commit

Permalink
properties: update structure comments based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh committed Dec 4, 2024
1 parent 577ba28 commit f264248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/avif/avif.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f264248

Please sign in to comment.