mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-09-12 20:46:58 -04:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc8debfc0e | ||
|
|
950a461fd3 |
+1
-6
@@ -4,12 +4,7 @@
|
|||||||
include:
|
include:
|
||||||
- project: sysadmin/ci-utilities
|
- project: sysadmin/ci-utilities
|
||||||
file:
|
file:
|
||||||
- /gitlab-templates/linux-qt6.yml
|
- /gitlab-templates/linux-qt6-lts.yml
|
||||||
- /gitlab-templates/linux-qt6-next.yml
|
|
||||||
- /gitlab-templates/alpine-qt6.yml
|
|
||||||
- /gitlab-templates/android-qt6.yml
|
|
||||||
- /gitlab-templates/freebsd-qt6.yml
|
|
||||||
- /gitlab-templates/windows-qt6.yml
|
|
||||||
- /gitlab-templates/xml-lint.yml
|
- /gitlab-templates/xml-lint.yml
|
||||||
- /gitlab-templates/yaml-lint.yml
|
- /gitlab-templates/yaml-lint.yml
|
||||||
- /gitlab-templates/oss-fuzz.yml
|
- /gitlab-templates/oss-fuzz.yml
|
||||||
|
|||||||
@@ -1180,7 +1180,7 @@ bool QAVIFHandler::jumpToNextImage()
|
|||||||
if (m_decoder->imageIndex >= 0) {
|
if (m_decoder->imageIndex >= 0) {
|
||||||
if (m_decoder->imageCount < 2) {
|
if (m_decoder->imageCount < 2) {
|
||||||
m_parseState = ParseAvifSuccess;
|
m_parseState = ParseAvifSuccess;
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_decoder->imageIndex >= m_decoder->imageCount - 1) { // start from beginning
|
if (m_decoder->imageIndex >= m_decoder->imageCount - 1) { // start from beginning
|
||||||
|
|||||||
Reference in New Issue
Block a user