Skip to content

Commit 5fc1161

Browse files
committed
Fix building for coil
1 parent 00f1fb9 commit 5fc1161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avif-coder/src/main/cpp/colorspace.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void convertUseDefinedColorSpace(std::shared_ptr<char> &vector, int stride, int
126126
ptrTransform.get(),
127127
vector.get(),
128128
iccARGB.data(),
129-
width * 4,
129+
width,
130130
height,
131131
stride,
132132
mStride,

0 commit comments

Comments
 (0)