mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-31 07:09:44 +02:00
Fix compiler warning
This commit is contained in:
parent
2b14641704
commit
61de7fab5d
1 changed files with 1 additions and 1 deletions
|
@ -51,8 +51,8 @@ protected:
|
||||||
FLAC__int32* pcmBuffer_;
|
FLAC__int32* pcmBuffer_;
|
||||||
int pcmBufferSize_;
|
int pcmBufferSize_;
|
||||||
|
|
||||||
std::shared_ptr<msg::PcmChunk> flacChunk_;
|
|
||||||
size_t encodedSamples_;
|
size_t encodedSamples_;
|
||||||
|
std::shared_ptr<msg::PcmChunk> flacChunk_;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace encoder
|
} // namespace encoder
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue