mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-23 11:27:38 +02:00
Discard old chunks if not consumed (fixes #708)
This commit is contained in:
parent
8e9eb5c870
commit
136766412c
3 changed files with 30 additions and 5 deletions
|
@ -110,6 +110,8 @@ private:
|
|||
int frame_delta_;
|
||||
// int64_t next_us_;
|
||||
|
||||
mutable std::mutex mutex_;
|
||||
|
||||
bool hard_sync_;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue