diff options
author | Max Kellermann <max@duempel.org> | 2015-01-21 20:42:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-22 11:04:28 +0100 |
commit | 0d3b26b3aaee6646ce5e825feca43299365797ec (patch) | |
tree | aaeff0df244e18a1c5d8083928ba69ed1bcd2429 /src/pcm/SoxrResampler.hxx | |
parent | 52acea7b1f8fa38ed884acfafe593d1494ade4c2 (diff) | |
download | mpd-0d3b26b3aaee6646ce5e825feca43299365797ec.tar.gz mpd-0d3b26b3aaee6646ce5e825feca43299365797ec.tar.xz mpd-0d3b26b3aaee6646ce5e825feca43299365797ec.zip |
Config: add section "resampler"
Diffstat (limited to '')
-rw-r--r-- | src/pcm/SoxrResampler.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pcm/SoxrResampler.hxx b/src/pcm/SoxrResampler.hxx index 7756bcea8..6c31ca45a 100644 --- a/src/pcm/SoxrResampler.hxx +++ b/src/pcm/SoxrResampler.hxx @@ -25,6 +25,7 @@ #include "Compiler.h" struct AudioFormat; +struct ConfigBlock; /** * A resampler using soxr. @@ -46,6 +47,6 @@ public: }; bool -pcm_resample_soxr_global_init(const char *converter, Error &error); +pcm_resample_soxr_global_init(const ConfigBlock &block, Error &error); #endif |