From f4efabc721096d0dea152632da13c7bfb5e3a5c2 Mon Sep 17 00:00:00 2001 From: Yannis Date: Wed, 17 Dec 2025 15:03:41 +0100 Subject: [PATCH] Add comment about avifEncoderData::imageMetadata Fix typo. [skip ci] --- src/write.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/write.c b/src/write.c index 654e991d40..3d1dd65001 100644 --- a/src/write.c +++ b/src/write.c @@ -237,9 +237,9 @@ typedef struct avifEncoderData // lastTileRowsLog2 and lastTileColsLog2 are the actual tiling values used last time int lastTileRowsLog2; int lastTileColsLog2; + // Holds metadata about the base image avifImage * imageMetadata; - // For convenience, holds metadata derived from the avifGainMap struct (when present) about the - // altenate image + // Holds metadata derived from the avifGainMap struct (when present) about the alternate image avifImage * altImageMetadata; uint16_t lastItemID; uint16_t primaryItemID;