mirror of https://github.com/dsoprea/go-exif.git
utility.go: Bugfix for excessive loading and reloading of tag-indices
parent
4686c99e3c
commit
76635a8c89
|
@ -122,7 +122,6 @@ func GetFlatExifData(exifData []byte) (exifTags []ExifTag, err error) {
|
|||
var ifd *Ifd
|
||||
ifd, q = q[0], q[1:]
|
||||
|
||||
ti := NewTagIndex()
|
||||
for _, ite := range ifd.Entries {
|
||||
tagId := ite.TagId()
|
||||
tagType := ite.TagType()
|
||||
|
|
Loading…
Reference in New Issue