We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f33ea commit 4ed6381Copy full SHA for 4ed6381
src/AudioTools/AudioCodecs/CodecVorbis.h
@@ -123,8 +123,8 @@ class VorbisDecoder : public StreamingDecoder {
123
Vector<uint8_t> pcm;
124
OggVorbis_File file;
125
ov_callbacks callbacks;
126
- bool active;
127
int bitstream;
+ bool active = false;
128
bool is_first = true;
129
bool is_ov_open = false;
130
0 commit comments