Skip to content

Commit

Permalink
Remove deprecated OpenJPEG struct member
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos committed Oct 10, 2023
1 parent 6d39a5c commit 9423525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libheif/plugins/encoder_openjpeg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ struct heif_error opj_encode_image(void* encoder_raw, const struct heif_image* i
}

component_params[comp].prec = bpp;
component_params[comp].bpp = bpp;
component_params[comp].sgnd = 0;
component_params[comp].dx = comp == 0 ? 1 : sub_dx;
component_params[comp].dy = comp == 0 ? 1 : sub_dy;
Expand Down

0 comments on commit 9423525

Please sign in to comment.