Skip to content

Commit e1e787a

Browse files
authored
Merge pull request #92 from pcram-techcyte/stop_before_extended_offset_tag
Stop before TAG_EXTENDED_OFFSET_TABLE so we have a chance to read it
2 parents 303fa85 + e014010 commit e1e787a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dicom-file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ const DcmDataSet *dcm_filehandle_get_metadata_subset(DcmError **error,
833833
static uint32_t stop_tags[] = {
834834
TAG_REFERENCED_IMAGE_NAVIGATION_SEQUENCE,
835835
TAG_PER_FRAME_FUNCTIONAL_GROUP_SEQUENCE,
836+
TAG_EXTENDED_OFFSET_TABLE,
836837
TAG_PIXEL_DATA,
837838
TAG_FLOAT_PIXEL_DATA,
838839
TAG_DOUBLE_PIXEL_DATA,

0 commit comments

Comments
 (0)