aboutsummaryrefslogtreecommitdiff
path: root/src/DecoderInternal.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-04 22:01:13 +0100
committerMax Kellermann <max@duempel.org>2013-01-04 22:01:13 +0100
commitac6803e7b73b96573c7b6823e03bc153d1f63b8a (patch)
treea75126fc91ff254945d01551fab06bd47b98388f /src/DecoderInternal.hxx
parentffabf8b01313e58528b0e89ccca8bc07d22d360b (diff)
DecoderInternal: initialize replay_gain_serial
Diffstat (limited to 'src/DecoderInternal.hxx')
-rw-r--r--src/DecoderInternal.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DecoderInternal.hxx b/src/DecoderInternal.hxx
index 8e3a7d4b..69c8c092 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) {}
};
/**