fixed cppcheck warnings

This commit is contained in:
badaix 2016-01-30 14:39:20 +01:00
parent 08c35ccc62
commit 0c87becca0
6 changed files with 17 additions and 17 deletions

View file

@ -29,7 +29,7 @@
using namespace std;
OggDecoder::OggDecoder() : Decoder(), buffer(NULL)
OggDecoder::OggDecoder() : Decoder(), buffer(NULL), bytes(0)
{
ogg_sync_init(&oy); /* Now we can read pages */
convsize = 4096;