Skip to content

Commit

Permalink
Fix comment. (AOMediaCodec#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
maryla-uc authored Sep 27, 2023
1 parent fc592f0 commit 033f574
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 @@ -538,7 +538,7 @@ typedef struct avifGainMapMetadata
// gainMapLog = lerp(log(gainMapMin), log(gainMapMax), pow(gainMapEncoded, gainMapGamma));
// where 'lerp' is a linear interpolation function.

// Minimum value in the gain map (in linear space), per RGB channel (numerator and denomi).
// Minimum value in the gain map (in linear space), per RGB channel.
uint32_t gainMapMinN[3];
uint32_t gainMapMinD[3];
// Maximum value in the gain map (in linear space), per RGB channel.
Expand Down

0 comments on commit 033f574

Please sign in to comment.