Skip to content

Commit

Permalink
Merge pull request #11289 from bradh/avif_typo_2024-11-17
Browse files Browse the repository at this point in the history
avif: typo fix
  • Loading branch information
rouault authored Nov 17, 2024
2 parents 3fa80ff + d30f030 commit dd6f82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frmts/avif/avifdataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ GDALDataset *GDALAVIFDataset::CreateCopy(const char *pszFilename,
if (nBands != 1 && nBands != 2 && nBands != 3 && nBands != 4)
{
CPLError(CE_Failure, CPLE_NotSupported,
"Unsupported number of bands: only 1 (Gray), 2 (Graph+Alpha) "
"Unsupported number of bands: only 1 (Gray), 2 (Gray+Alpha), "
"3 (RGB) or 4 (RGBA) bands are supported");
return nullptr;
}
Expand Down

0 comments on commit dd6f82c

Please sign in to comment.