mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-24 22:46:14 +02:00
fixed cppcheck warnings
This commit is contained in:
parent
08c35ccc62
commit
0c87becca0
6 changed files with 17 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue