Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
maryla-uc committed Sep 12, 2024
1 parent ce419ad commit 30d8370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -2925,7 +2925,7 @@ static avifResult avifRWStreamWriteProperties(avifItemPropertyDedup * const dedu
avifBoxMarker lsel;
AVIF_CHECKRES(avifRWStreamWriteBox(&dedup->s, "lsel", AVIF_BOX_SIZE_TBD, &lsel));
// Layer Selection Property
// Section 2.3.1 of of AV1 Image File Format specification v1.1.0:
// Section 2.3.1 of AV1 Image File Format specification v1.1.0:
// The value 0xFFFF is reserved for a special meaning. If a lsel property is associated with an AV1
// Image Item but its layer_id value is set to 0xFFFF, the renderer is free to render either only
// the output image of the highest spatial layer, or to render all output images of all the intermediate
Expand Down

0 comments on commit 30d8370

Please sign in to comment.