Skip to content

Commit

Permalink
Reword properties comment in avif.h
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon committed Oct 4, 2024
1 parent 213f331 commit 1013db2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/avif/avif.h
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,10 @@ typedef struct avifImage

// Version 1.0.0 ends here. Add any new members after this line.

// Opaque image item properties found at decoding. Ignored at encoding.
avifImageItemProperty * properties; // Must be null if numProperties is 0. Must be non-null otherwise.
// Other properties attached to this image item (primary or gainmap).
// At decoding: Forwarded here as opaque byte sequences by the avifDecoder.
// At encoding: Ignored.
avifImageItemProperty * properties; // Defined if numProperties is at least 1.
size_t numProperties;

#if defined(AVIF_ENABLE_EXPERIMENTAL_GAIN_MAP)
Expand Down

0 comments on commit 1013db2

Please sign in to comment.