Skip to content

avif: indicate when all frames have been read

Daniel Novomeský requested to merge (removed):master into master

@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ý

Merge request reports