https://bugs.kde.org/show_bug.cgi?id=521200
Marco Martin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/kimageformats/-/comm |eworks/kimageformats/-/comm |it/7edf807082286279d8962323 |it/950a461fd322edd7b2b9e199 |a0378d566361031b |4a56dd798cae7e89 --- Comment #10 from Marco Martin <[email protected]> --- Git commit 950a461fd322edd7b2b9e1994a56dd798cae7e89 by Marco Martin. Committed on 11/06/2026 at 13:55. Pushed by mart into branch 'Frameworks/6.24'. avif: If we only have single image, return false at jumpToNextImage We were errorneously returning true here, as we do not have any more images to jump to. If we only have one image, return false. This avoids the avif handler getting stuck in a loop with only single images. FIXED-IN: 6.28 (cherry picked from commit 7edf807082286279d8962323a0378d566361031b) Co-authored-by: Akseli Lahtinen <[email protected]> M +1 -1 src/imageformats/avif.cpp https://invent.kde.org/frameworks/kimageformats/-/commit/950a461fd322edd7b2b9e1994a56dd798cae7e89 -- You are receiving this mail because: You are watching all bug changes.
