diff options
author | Max Kellermann <max@duempel.org> | 2013-01-04 22:01:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-04 22:01:13 +0100 |
commit | ac6803e7b73b96573c7b6823e03bc153d1f63b8a (patch) | |
tree | a75126fc91ff254945d01551fab06bd47b98388f /src | |
parent | ffabf8b01313e58528b0e89ccca8bc07d22d360b (diff) | |
download | mpd-ac6803e7b73b96573c7b6823e03bc153d1f63b8a.tar.gz mpd-ac6803e7b73b96573c7b6823e03bc153d1f63b8a.tar.xz mpd-ac6803e7b73b96573c7b6823e03bc153d1f63b8a.zip |
DecoderInternal: initialize replay_gain_serial
Diffstat (limited to 'src')
-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) {} }; /** |