DecoderInternal: initialize replay_gain_serial
This commit is contained in:
@@ -89,7 +89,8 @@ struct decoder {
|
|||||||
initial_seek_running(false),
|
initial_seek_running(false),
|
||||||
seeking(false),
|
seeking(false),
|
||||||
song_tag(_tag), stream_tag(nullptr), decoder_tag(nullptr),
|
song_tag(_tag), stream_tag(nullptr), decoder_tag(nullptr),
|
||||||
chunk(nullptr) {}
|
chunk(nullptr),
|
||||||
|
replay_gain_serial(0) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user