mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-02 09:17:44 +02:00
code formatting
This commit is contained in:
parent
b7d4034e43
commit
56389ad202
6 changed files with 114 additions and 107 deletions
|
@ -20,7 +20,6 @@
|
|||
#include <iostream>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <unistd.h>
|
||||
#include "oggDecoder.h"
|
||||
#include "pcmDecoder.h"
|
||||
#include "flacDecoder.h"
|
||||
|
@ -123,7 +122,7 @@ void Controller::worker()
|
|||
decoder_->setHeader(headerChunk.get());
|
||||
|
||||
msg::Request timeReq(kTime);
|
||||
for (size_t n=0; n<100 && active_; ++n)
|
||||
for (size_t n=0; n<50 && active_; ++n)
|
||||
{
|
||||
shared_ptr<msg::Time> reply = clientConnection_->sendReq<msg::Time>(&timeReq, chronos::msec(2000));
|
||||
if (reply)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue