mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-19 11:11:43 +02:00
Fix tidy issue
This commit is contained in:
parent
10755013fd
commit
11cdc979a6
2 changed files with 49 additions and 6 deletions
|
@ -306,7 +306,7 @@ void PcmStream::setState(ReaderState newState)
|
|||
}
|
||||
|
||||
|
||||
void PcmStream::chunkEncoded(const encoder::Encoder& encoder, std::shared_ptr<msg::PcmChunk> chunk, double duration)
|
||||
void PcmStream::chunkEncoded(const encoder::Encoder& encoder, const std::shared_ptr<msg::PcmChunk>& chunk, double duration)
|
||||
{
|
||||
std::ignore = encoder;
|
||||
// LOG(TRACE, LOG_TAG) << "onChunkEncoded: " << getName() << ", duration: " << duration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue