Skip to content

Commit

Permalink
properties: update documentation for review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh committed Nov 30, 2024
1 parent f2cc919 commit 4deb7ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/avif/avif.h
Original file line number Diff line number Diff line change
Expand Up @@ -869,8 +869,7 @@ AVIF_API void avifImageStealPlanes(avifImage * dstImage, avifImage * srcImage, a
// the data argument, and accounted for in the dataSize.
AVIF_API avifResult avifImageAddOpaqueProperty(avifImage * image, const uint8_t boxtype[4], const uint8_t * data, size_t dataSize);
// This version adds an ItemProperty (or ItemFullProperty if version and flags are provided in data argument), using
// the user extension (uuid) mechanism, see ISO/IEC 14496-12:2022 Section 4.2. The box type is set to 'uuid' and
// does not need to be specified.
// the user extension (uuid) mechanism, see ISO/IEC 14496-12:2022 Section 4.2. The box type is set to 'uuid'.
AVIF_API avifResult avifImageAddUUIDProperty(avifImage * image, const uint8_t uuid[16], const uint8_t * data, size_t dataSize);

// ---------------------------------------------------------------------------
Expand Down

0 comments on commit 4deb7ac

Please sign in to comment.