diff options
author | Max Kellermann <max@duempel.org> | 2013-10-26 14:19:34 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-26 14:19:34 +0200 |
commit | 85ae7e9c9a8e31359834b3b4da3c358b941e8012 (patch) | |
tree | cadafa466a385107ba43f4c60664a064c7617550 /test/dump_playlist.cxx | |
parent | 2098b94b47a60f6265dd5afb61757e9f6b7f9a6e (diff) | |
download | mpd-85ae7e9c9a8e31359834b3b4da3c358b941e8012.tar.gz mpd-85ae7e9c9a8e31359834b3b4da3c358b941e8012.tar.xz mpd-85ae7e9c9a8e31359834b3b4da3c358b941e8012.zip |
DecoderControl: move code/attributes to new class MixRampInfo
Diffstat (limited to 'test/dump_playlist.cxx')
-rw-r--r-- | test/dump_playlist.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index d8a8084b0..d11562930 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -131,11 +131,8 @@ decoder_replay_gain(gcc_unused Decoder &decoder, } void -decoder_mixramp(gcc_unused Decoder &decoder, - char *mixramp_start, char *mixramp_end) +decoder_mixramp(gcc_unused Decoder &decoder, gcc_unused MixRampInfo &&mix_ramp) { - g_free(mixramp_start); - g_free(mixramp_end); } int main(int argc, char **argv) |