mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-11 08:06:41 +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
|
@ -28,7 +28,7 @@ OggDecoder::~OggDecoder()
|
|||
}
|
||||
|
||||
|
||||
bool OggDecoder::decode(PcmChunk* chunk)
|
||||
bool OggDecoder::decode(msg::PcmChunk* chunk)
|
||||
{
|
||||
|
||||
/* grab some data at the head of the stream. We want the first page
|
||||
|
@ -122,7 +122,7 @@ bool OggDecoder::decode(PcmChunk* chunk)
|
|||
}
|
||||
|
||||
|
||||
bool OggDecoder::setHeader(HeaderMessage* chunk)
|
||||
bool OggDecoder::setHeader(msg::Header* chunk)
|
||||
{
|
||||
bytes = chunk->payloadSize;
|
||||
buffer=ogg_sync_buffer(&oy, bytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue