mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
better server shutdown
This commit is contained in:
parent
679fbaaca0
commit
2275466d09
2 changed files with 7 additions and 8 deletions
|
@ -87,7 +87,6 @@ const SampleFormat& PcmStream::getSampleFormat() const
|
|||
void PcmStream::start()
|
||||
{
|
||||
logD << "PcmStream start: " << sampleFormat_.getFormat() << "\n";
|
||||
//TODO: wrong encoder settings leads to: terminate called after throwing an instance of 'std::system_error' what(): Invalid argument
|
||||
encoder_->init(this, sampleFormat_);
|
||||
|
||||
active_ = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue