mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-13 09:06:43 +02:00
Remove build date from version information
This commit is contained in:
parent
c46f138ea7
commit
fa7340a9bc
9 changed files with 9 additions and 9 deletions
|
@ -97,7 +97,7 @@ void PosixStream::do_read()
|
|||
// no data available, fill with silence
|
||||
memset(chunk_->payload + len, 0, toRead - len);
|
||||
|
||||
// avoid overflow after 186min 24s silence (at 48000:16:2)
|
||||
// avoid overflow after 186min 24s silence (at 48000:16:2)
|
||||
if (idle_bytes_ <= max_idle_bytes_)
|
||||
idle_bytes_ += toRead - len;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue