avif: indicate when all frames have been read

This commit is contained in:
Daniel Novomeský
2022-10-15 20:03:56 +02:00
parent 1190e53e9b
commit bfb12093ad
2 changed files with 11 additions and 3 deletions

View File

@ -55,6 +55,7 @@ private:
ParseAvifNotParsed = 0,
ParseAvifSuccess = 1,
ParseAvifMetadata = 2,
ParseAvifFinished = 3,
};
ParseAvifState m_parseState;