mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-30 09:26:15 +02:00
ogg
git-svn-id: svn://elaine/murooma/trunk@224 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
d82fbae3e9
commit
77856ac910
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ using namespace std;
|
|||
OggDecoder::OggDecoder()
|
||||
{
|
||||
ogg_sync_init(&oy); /* Now we can read pages */
|
||||
convsize = 4096;
|
||||
convbuffer = (ogg_int16_t*)malloc(convsize * sizeof(ogg_int16_t));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue