Partition: pass ReplayGainConfig to constructor

This commit is contained in:
Max Kellermann
2016-12-03 13:14:06 +01:00
parent cd4bb444ff
commit fc30e1d559
3 changed files with 6 additions and 4 deletions

View File

@@ -329,7 +329,8 @@ initialize_decoder_and_player(void)
instance->partition = new Partition(*instance,
max_length,
buffered_chunks,
buffered_before_play);
buffered_before_play,
replay_gain_config);
}
void