Skip to content

Commit

Permalink
Fix deprecated code in decenc_openjpeg.c (#565)
Browse files Browse the repository at this point in the history
* Update decenc_openjpeg.c

* remove commented out code
  • Loading branch information
AlysonStahl-NOAA authored Dec 16, 2024
1 parent e58fa60 commit aec1531
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/decenc_openjpeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ enc_jpeg2000(unsigned char *cin, g2int width, g2int height, g2int nbits,
0,
};
cmptparm.prec = (OPJ_UINT32)nbits;
cmptparm.bpp = (OPJ_UINT32)nbits;
cmptparm.sgnd = 0;
cmptparm.dx = 1;
cmptparm.dy = 1;
Expand Down

0 comments on commit aec1531

Please sign in to comment.