mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-11 08:06:41 +02:00
Rename onChunkRead to onNewChunk
This commit is contained in:
parent
01ce9a60c0
commit
ed0521a1d2
7 changed files with 16 additions and 5 deletions
|
@ -123,7 +123,7 @@ void PosixStream::do_read()
|
|||
if ((idle_bytes_ == 0) || (idle_bytes_ <= max_idle_bytes_))
|
||||
{
|
||||
// the encoder will update the tvEncodedChunk when a chunk is encoded
|
||||
encoder_->encode(chunk_.get());
|
||||
onChunkRead(chunk_.get());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue