Skip to content

Commit

Permalink
Stop before TAG_EXTENDED_OFFSET_TABLE so we have a chance to read it …
Browse files Browse the repository at this point in the history
…in dcm_filehandle_prepare_read_frame
  • Loading branch information
pcram-techcyte committed Oct 1, 2024
1 parent 303fa85 commit e014010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dicom-file.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ const DcmDataSet *dcm_filehandle_get_metadata_subset(DcmError **error,
static uint32_t stop_tags[] = {
TAG_REFERENCED_IMAGE_NAVIGATION_SEQUENCE,
TAG_PER_FRAME_FUNCTIONAL_GROUP_SEQUENCE,
TAG_EXTENDED_OFFSET_TABLE,
TAG_PIXEL_DATA,
TAG_FLOAT_PIXEL_DATA,
TAG_DOUBLE_PIXEL_DATA,
Expand Down

0 comments on commit e014010

Please sign in to comment.