Skip to content

Commit

Permalink
Merge pull request #978 from kmilos/kmilos/remove_opj_bpp
Browse files Browse the repository at this point in the history
Remove deprecated OpenJPEG struct member
  • Loading branch information
farindk committed Oct 10, 2023
2 parents 6d39a5c + 9423525 commit eb474cf
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 eb474cf

Please sign in to comment.