diff options
-rw-r--r-- | src/DecoderInternal.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DecoderInternal.hxx b/src/DecoderInternal.hxx index 8e3a7d4b1..69c8c0920 100644 --- a/src/DecoderInternal.hxx +++ b/src/DecoderInternal.hxx @@ -89,7 +89,8 @@ struct decoder { initial_seek_running(false), seeking(false), song_tag(_tag), stream_tag(nullptr), decoder_tag(nullptr), - chunk(nullptr) {} + chunk(nullptr), + replay_gain_serial(0) {} }; /** |