Skip to content

Commit

Permalink
Use the correct module name for charls
Browse files Browse the repository at this point in the history
  • Loading branch information
dougyau committed Jul 29, 2024
1 parent 2b55e2d commit b22cd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transfer-syntax-registry/src/adapters/jpegls.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Support for JPEG 2000 image decoding.

use charls_sys::CharLS;
use charls::CharLS;
use dicom_encoding::adapters::{decode_error, DecodeResult, PixelDataObject, PixelDataReader};
use dicom_encoding::snafu::prelude::*;
use std::borrow::Cow;
Expand Down

0 comments on commit b22cd22

Please sign in to comment.