jxl: indicate when all frames have been read

and return correct loop count
This commit is contained in:
Daniel Novomeský
2022-10-18 15:20:16 +02:00
parent afa7399b36
commit d734f28727
2 changed files with 21 additions and 3 deletions

View File

@ -57,6 +57,7 @@ private:
ParseJpegXLNotParsed = 0,
ParseJpegXLSuccess = 1,
ParseJpegXLBasicInfoParsed = 2,
ParseJpegXLFinished = 3,
};
ParseJpegXLState m_parseState;