Pre-pad start of input; now need to un-pad start of output

This commit is contained in:
Chris Cannam
2022-06-10 18:15:58 +01:00
parent c50397128a
commit a66b01446f
2 changed files with 41 additions and 6 deletions

View File

@@ -274,6 +274,7 @@ protected:
std::atomic<int> m_inhop;
int m_prevInhop;
int m_prevOuthop;
int64_t m_totalOutCount;
bool m_draining;
void consume();