Commit ac6803e7 authored by Max Kellermann's avatar Max Kellermann

DecoderInternal: initialize replay_gain_serial

parent ffabf8b0
...@@ -89,7 +89,8 @@ struct decoder { ...@@ -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) {}
}; };
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment