mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 12:42:35 +01:00
Cleanup.
This commit is contained in:
@@ -647,7 +647,10 @@ namespace bimg
|
||||
|
||||
for (uint32_t ii = 0; err.isOk() && ii < numEntries; ++ii)
|
||||
{
|
||||
// https://sno.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html
|
||||
// Reference(s):
|
||||
// - EXIF Tags
|
||||
// https://web.archive.org/web/20190218005249/https://sno.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html
|
||||
//
|
||||
uint16_t tag;
|
||||
bx::readHE(&reader, tag, littleEndian, &err);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user