diff options
author | AiraYumi <aira.youme@airanyumi.net> | 2024-03-30 06:59:21 -0400 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-04-01 10:43:59 +0300 |
commit | 4173fa1a9ef79c27d39d9ab9dbee46f109fbf510 (patch) | |
tree | eb630ddd7706c265e418a3c8611061fae6ed61fc /indra/llimagej2coj/llimagej2coj.cpp | |
parent | cc68803f24d231b89061d855f7bbfe99b99740b9 (diff) |
linux build fix
Diffstat (limited to 'indra/llimagej2coj/llimagej2coj.cpp')
-rw-r--r-- | indra/llimagej2coj/llimagej2coj.cpp | 1 |
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; |