mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-08 22:01:44 +02:00
use less raw pointers
This commit is contained in:
parent
8645643a16
commit
c9b0a15dc0
7 changed files with 30 additions and 33 deletions
|
@ -113,6 +113,7 @@ void PipeStream::worker()
|
|||
|
||||
if (!active_) break;
|
||||
|
||||
/// TODO: use less raw pointers, make this encoding more transparent
|
||||
encoder_->encode(chunk.get());
|
||||
|
||||
if (!active_) break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue