Never send VP8_STATUS_SUSPENDED back in non-incremental.

Add the incremental_ member to the internal VP8Decoder,
to mimic VP8LDecoder

Change-Id: I34842e473bb566f51c18fe42afda63e66c0185b6
This commit is contained in:
Vincent Rabaud
2023-09-18 16:39:46 +02:00
parent dce8397fec
commit 35e197bdb7
3 changed files with 14 additions and 8 deletions

View File

@ -186,6 +186,7 @@ struct VP8Decoder {
// Main data source
VP8BitReader br_;
int incremental_; // if true, incremental decoding is expected
// headers
VP8FrameHeader frm_hdr_;