Skip to content

avif: return `false` in `canRead()` when `imageIndex >= imageCount`

Fushan Wen requested to merge work/fuf/BUG460085 into master

Otherwise when cache: false is set in AnimatedImage, QMovie will try to read the image forever.

BUG: 460085 FIXED-IN: 5.100

Merge request reports