mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-12 16:46:42 +02:00
refactoring
git-svn-id: svn://elaine/murooma/trunk@328 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
611b2a6c9f
commit
c40bfda64c
35 changed files with 192 additions and 178 deletions
|
@ -5,17 +5,13 @@ PcmDecoder::PcmDecoder() : Decoder()
|
|||
}
|
||||
|
||||
|
||||
bool PcmDecoder::decode(PcmChunk* chunk)
|
||||
bool PcmDecoder::decode(msg::PcmChunk* chunk)
|
||||
{
|
||||
/* WireChunk* wireChunk = chunk->wireChunk;
|
||||
for (size_t n=0; n<wireChunk->length; ++n)
|
||||
wireChunk->payload[n] *= 1;
|
||||
*/
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool PcmDecoder::setHeader(HeaderMessage* chunk)
|
||||
bool PcmDecoder::setHeader(msg::Header* chunk)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue