mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-10 06:41:42 +02:00
replaced boost program options with getopt
This commit is contained in:
parent
26af00a8c3
commit
884a65f289
6 changed files with 208 additions and 120 deletions
|
@ -77,7 +77,7 @@ void SampleFormat::setFormat(uint32_t rate, uint16_t bits, uint16_t channels)
|
|||
if (bits == 24)
|
||||
sampleSize = 4;
|
||||
frameSize = channels*sampleSize;
|
||||
logD << "SampleFormat: " << rate << ":" << bits << ":" << channels << "\n";
|
||||
// logD << "SampleFormat: " << rate << ":" << bits << ":" << channels << "\n";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue