mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-09 22:31:55 +02:00
reformat code
This commit is contained in:
parent
b20add3815
commit
88b49ad2a0
11 changed files with 2051 additions and 2406 deletions
|
@ -71,8 +71,8 @@ void FlacEncoder::encode(const msg::PcmChunk* chunk)
|
|||
{
|
||||
int samples = chunk->getSampleCount();
|
||||
int frames = chunk->getFrameCount();
|
||||
// LOG(INFO) << "payload: " << chunk->payloadSize << "\tframes: " << frames << "\tsamples: " << samples << "\tduration: " <<
|
||||
//chunk->duration<chronos::msec>().count() << "\n";
|
||||
// LOG(INFO) << "payload: " << chunk->payloadSize << "\tframes: " << frames << "\tsamples: " << samples << "\tduration: " <<
|
||||
// chunk->duration<chronos::msec>().count() << "\n";
|
||||
|
||||
if (pcmBufferSize_ < samples)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue