update the acquireDirect API

size_t offset is no more - it is always 0
This commit is contained in:
tildearrow 2025-03-05 18:57:17 -05:00
parent bc9dd4c2e7
commit 68a550a419
15 changed files with 34 additions and 44 deletions

View file

@ -261,7 +261,7 @@ struct DivDispatchContainer {
void setRates(double gotRate);
void setQuality(bool lowQual, bool dcHiPass);
void grow(size_t size);
void acquire(size_t offset, size_t count);
void acquire(size_t count);
void flush(size_t offset, size_t count);
void fillBuf(size_t runtotal, size_t offset, size_t size);
void clear();