Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down