Skip to content

Commit

Permalink
[ts-registry] Add new TSes to default registry impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Oct 17, 2024
1 parent c46a5df commit eee5693
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion transfer-syntax-registry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ lazy_static! {
};

use self::entries::*;
let built_in_ts: [TransferSyntax; 37] = [
let built_in_ts: [TransferSyntax; 40] = [
IMPLICIT_VR_LITTLE_ENDIAN.erased(),
EXPLICIT_VR_LITTLE_ENDIAN.erased(),
EXPLICIT_VR_BIG_ENDIAN.erased(),
Expand All @@ -252,6 +252,9 @@ lazy_static! {
JPEG_2000_IMAGE_COMPRESSION.erased(),
JPEG_2000_PART2_MULTI_COMPONENT_IMAGE_COMPRESSION_LOSSLESS_ONLY.erased(),
JPEG_2000_PART2_MULTI_COMPONENT_IMAGE_COMPRESSION.erased(),
JPEG_XL_LOSSLESS.erased(),
JPEG_XL_RECOMPRESSION.erased(),
JPEG_XL.erased(),
JPIP_REFERENCED.erased(),
MPEG2_MAIN_PROFILE_MAIN_LEVEL.erased(),
FRAGMENTABLE_MPEG2_MAIN_PROFILE_MAIN_LEVEL.erased(),
Expand Down

0 comments on commit eee5693

Please sign in to comment.