mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 16:48:52 +02:00
made SampleFormat not inherit from BaseMessage
This commit is contained in:
parent
eed7f287fb
commit
c4094a2175
18 changed files with 25 additions and 63 deletions
|
@ -46,7 +46,7 @@ public:
|
|||
FlacDecoder();
|
||||
virtual ~FlacDecoder();
|
||||
virtual bool decode(msg::PcmChunk* chunk);
|
||||
virtual msg::SampleFormat setHeader(msg::Header* chunk);
|
||||
virtual SampleFormat setHeader(msg::Header* chunk);
|
||||
|
||||
CacheInfo cacheInfo_;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue