Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored and wantehchang committed Jan 25, 2025
1 parent 7ae69db commit 66ffd23
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 @@ -1528,7 +1528,7 @@ typedef struct avifEncoder
int minQuantizerAlpha; // Deprecated, use `qualityAlpha` instead.
int maxQuantizerAlpha; // Deprecated, use `qualityAlpha` instead.

// Tiling splits the image into a grid of smaller images (tiles), allowing parralelization of
// Tiling splits the image into a grid of smaller images (tiles), allowing parallelization of
// encoding/decoding and/or incremental decoding. Tiling also allows encoding larger images.
// To enable tiling, set tileRowsLog2 > 0 and/or tileColsLog2 > 0, or set autoTiling to AVIF_TRUE.
// Range: [0-6], where the value indicates a request for 2^n tiles in that dimension.
Expand Down

0 comments on commit 66ffd23

Please sign in to comment.