mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-16 10:36:17 +02:00
Fix thread races
This commit is contained in:
parent
2efd00d8ef
commit
ee158b521d
4 changed files with 5 additions and 13 deletions
|
@ -134,7 +134,6 @@ public:
|
|||
virtual const SampleFormat& getSampleFormat() const;
|
||||
virtual std::string getCodec() const;
|
||||
|
||||
const Metatags& getMetadata() const;
|
||||
const Properties& getProperties() const;
|
||||
|
||||
// Setter for properties
|
||||
|
@ -189,7 +188,6 @@ protected:
|
|||
std::unique_ptr<encoder::Encoder> encoder_;
|
||||
std::string name_;
|
||||
std::atomic<ReaderState> state_;
|
||||
Metatags metadata_;
|
||||
Properties properties_;
|
||||
boost::asio::io_context& ioc_;
|
||||
ServerSettings server_settings_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue