Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maryla-uc committed Aug 20, 2024
1 parent b7dc6cf commit 485b7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/read.c
Original file line number Diff line number Diff line change
Expand Up @@ -5467,7 +5467,7 @@ avifResult avifDecoderReset(avifDecoder * decoder)
// items. When present, this brand shall be among the brands included in the compatible_brands
// array of the FileTypeBox.
//
// If the file contians a 'tmap' item but doesn't have the 'tmap' brand, it is technically invalid.
// If the file contains a 'tmap' item but doesn't have the 'tmap' brand, it is technically invalid.
// However, we don't report any error because in order to do detect this case consistently, we would
// need to remove the early exit in avifParse() to check if a 'tmap' item might be present
// further down the file. Instead, we simply ignore tmap items in files that lack the 'tmap' brand.
Expand Down

0 comments on commit 485b7b7

Please sign in to comment.