https://bugs.kde.org/show_bug.cgi?id=456688
--- Comment #14 from Maik Qualmann <metzping...@gmail.com> --- libheif 1.12: bool success = istr->seek(extent.offset + item.base_offset); assert(success); This calls the new QIODevice seek function, which returns false. Either the requested position is out of range or it is related to the undefined int64_t variable. Maik -- You are receiving this mail because: You are watching all bug changes.