Skip to content

Commit 4ed6381

Browse files
committed
CodecVorbis initialiize active flag
1 parent d0f33ea commit 4ed6381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/AudioCodecs/CodecVorbis.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ class VorbisDecoder : public StreamingDecoder {
123123
Vector<uint8_t> pcm;
124124
OggVorbis_File file;
125125
ov_callbacks callbacks;
126-
bool active;
127126
int bitstream;
127+
bool active = false;
128128
bool is_first = true;
129129
bool is_ov_open = false;
130130

0 commit comments

Comments
 (0)