mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-21 04:56:13 +02:00
new messaging
git-svn-id: svn://elaine/murooma/trunk@230 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
a519d0f0dd
commit
04e872e036
15 changed files with 107 additions and 104 deletions
|
@ -5,7 +5,7 @@ PcmDecoder::PcmDecoder()
|
|||
}
|
||||
|
||||
|
||||
bool PcmDecoder::decode(Chunk* chunk)
|
||||
bool PcmDecoder::decode(BaseMessage* chunk)
|
||||
{
|
||||
/* WireChunk* wireChunk = chunk->wireChunk;
|
||||
for (size_t n=0; n<wireChunk->length; ++n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue