mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-31 23:29:21 +02:00
Remove unused code
This commit is contained in:
parent
b348bb3379
commit
a5f79cdf90
3 changed files with 16 additions and 17 deletions
|
@ -203,6 +203,21 @@ cs::time_point_clk Stream::getNextPlayerChunk(void* outputBuffer, uint32_t frame
|
|||
memcpy(static_cast<char*>(outputBuffer) + pos * format_.frameSize(), read_buffer_.data() + (pos - n) * format_.frameSize(),
|
||||
size * format_.frameSize());
|
||||
}
|
||||
// -- --
|
||||
// - - - -
|
||||
// - - - -
|
||||
// - -- -
|
||||
|
||||
// -- --
|
||||
// - - - -
|
||||
// - -- - -
|
||||
// - -- -
|
||||
|
||||
// -- --
|
||||
// - - - -
|
||||
// - -_ - -
|
||||
// - -- -
|
||||
|
||||
else
|
||||
{
|
||||
// Read all input frames, but skip a frame per slice when writing to the output.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue