Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2014-12-02 21:34:50 +0300
committerAlex Marsev <alex.marsev@gmail.com>2014-12-02 21:36:12 +0300
commite58f8b4f26fd12cd1312bb8a5513679b16a3854f (patch)
treed0fbe846a575f9594da63008c244b3b45ffca990 /src/MyFilter.cpp
parent640b50e2c57310f592de7b25a7a58f825e6dcb57 (diff)
Add Processors field to status page
Diffstat (limited to 'src/MyFilter.cpp')
-rw-r--r--src/MyFilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MyFilter.cpp b/src/MyFilter.cpp
index 12711a7..9d40694 100644
--- a/src/MyFilter.cpp
+++ b/src/MyFilter.cpp
@@ -123,7 +123,7 @@ namespace SaneAudioRenderer
CAutoLock rendererLock(m_renderer.get());
auto inputFormat = m_renderer->GetInputFormat();
auto devicetFormat = m_renderer->GetDeviceFormat();
- pPage = new MyPropertyPage(inputFormat.get(), devicetFormat.get());
+ pPage = new MyPropertyPage(inputFormat.get(), devicetFormat.get(), m_renderer->GetActiveProcessors());
}
catch (std::bad_alloc&)
{