DecoderInternal: initialize replay_gain_serial

This commit is contained in:
Max Kellermann 2013-01-04 22:01:13 +01:00
parent ffabf8b013
commit ac6803e7b7
1 changed files with 2 additions and 1 deletions

View File

@ -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) {}
};
/**