diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-17 23:04:26 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-17 23:04:26 +0200 |
commit | 4d804199827484ce9f408559dd2743e439c24f90 (patch) | |
tree | 78e2214b1f05b8874ea95fe7e930c70412a81ec9 /src/Main.cxx | |
parent | 3983caa2c853fb8303a438eeb1ae0145ba10b1ca (diff) |
pcm/ConfiguredResampler: use struct ConfigData
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 818b1bddf..b40f870b0 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -557,7 +557,7 @@ try { archive_plugin_init_all(); #endif - pcm_convert_global_init(); + pcm_convert_global_init(raw_config); decoder_plugin_init_all(raw_config); |