mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
wireChunk
git-svn-id: svn://elaine/murooma/trunk@134 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
042000c8cc
commit
b8cc8e8a67
7 changed files with 75 additions and 38 deletions
|
@ -42,7 +42,7 @@ void player()
|
|||
while (1)
|
||||
{
|
||||
subscriber.recv(&update);
|
||||
stream->addChunk((Chunk*)(update.data()));
|
||||
stream->addChunk(new Chunk((WireChunk*)(update.data())));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue