mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Fix warning
This commit is contained in:
parent
dec7306a84
commit
938d3b5920
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ using namespace std;
|
|||
namespace encoder
|
||||
{
|
||||
|
||||
static constexpr auto LOG_TAG = "FlacEnc";
|
||||
// static constexpr auto LOG_TAG = "FlacEnc";
|
||||
|
||||
FlacEncoder::FlacEncoder(const std::string& codecOptions) : Encoder(codecOptions), encoder_(nullptr), pcmBufferSize_(0), encodedSamples_(0), flacChunk_(nullptr)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue