git-svn-id: svn://elaine/murooma/trunk@269 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-16 18:21:44 +00:00
parent 2fedce489c
commit d85858ac62
8 changed files with 134 additions and 127 deletions

View file

@ -18,7 +18,7 @@ OggDecoder::OggDecoder() : Decoder()
OggDecoder::~OggDecoder()
{
ogg_sync_init(&oy); /* Now we can read pages */
// ogg_sync_init(&oy); /* Now we can read pages */
delete convbuffer;
}