Avoid UTF-8 in comments... again.

This commit is contained in:
Dominic Szablewski 2021-12-14 21:34:33 +01:00
parent 0112e3d555
commit ae07396158

2
qoi.h
View File

@ -102,7 +102,7 @@ pixel value. Pixels are either encoded as
- full r,g,b or r,g,b,a values
The color channels are assumed to not be premultiplied with the alpha channel
(un-premultiplied alpha).
("un-premultiplied alpha").
A running array[64] (zero-initialized) of previously seen pixel values is
maintained by the encoder and decoder. Each pixel that is seen by the encoder