summaryrefslogtreecommitdiff
path: root/indra/llimagej2coj
diff options
context:
space:
mode:
authorAiraYumi <aira.youme@airanyumi.net>2024-03-30 06:59:21 -0400
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-04-01 10:43:59 +0300
commit4173fa1a9ef79c27d39d9ab9dbee46f109fbf510 (patch)
treeeb630ddd7706c265e418a3c8611061fae6ed61fc /indra/llimagej2coj
parentcc68803f24d231b89061d855f7bbfe99b99740b9 (diff)
linux build fix
Diffstat (limited to 'indra/llimagej2coj')
-rw-r--r--indra/llimagej2coj/llimagej2coj.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llimagej2coj/llimagej2coj.cpp b/indra/llimagej2coj/llimagej2coj.cpp
index 6c06c6de38..d0351a553c 100644
--- a/indra/llimagej2coj/llimagej2coj.cpp
+++ b/indra/llimagej2coj/llimagej2coj.cpp
@@ -573,7 +573,6 @@ public:
for (S32 c = 0; c < numcomps; c++)
{
cmptparm[c].prec = 8;
- cmptparm[c].bpp = 8;
cmptparm[c].sgnd = 0;
cmptparm[c].dx = parameters.subsampling_dx;
cmptparm[c].dy = parameters.subsampling_dy;