git-svn-id: svn://elaine/murooma/trunk@224 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-08-30 21:06:01 +00:00
parent d82fbae3e9
commit 77856ac910
2 changed files with 2 additions and 1 deletions

View file

@ -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));
}