Skip to content

Commit 97c1a7f

Browse files
committed
Cleanup
1 parent 15de62c commit 97c1a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/u-qoi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
qoi_desc desc;
5858
desc.width = codi->w;
5959
desc.height = codi->h;
60-
desc.channels = 4;// codi->alpha ? 4 : 3;
60+
desc.channels = 4;
6161
desc.colorspace = QOI_SRGB;
6262

6363
codi->data = qoi_encode(codi->bits, &desc, &codi->len);

0 commit comments

Comments
 (0)