The source project of this merge request has been removed.
avif: indicate when all frames have been read
@fusionfuture Can you test if this works for you?
I slightly changed your bugfix because of small issue.
For example when someone used jumpToImage(0)
then canRead()
returned false
immediately (for static image).
Now it should return false
only after reading the image. I introduced new state called ParseAvifFinished
to indicate that situation.
Edited by Daniel Novomeský