From cfd3e90270e7a54da32665374c7b8cddce826efa Mon Sep 17 00:00:00 2001 From: Matthias Braendli Date: Mon, 23 Mar 2015 13:26:59 +0100 Subject: The -c option should also work for libvlc input --- src/VLCInput.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/VLCInput.h') diff --git a/src/VLCInput.h b/src/VLCInput.h index e387044..f9cf783 100644 --- a/src/VLCInput.h +++ b/src/VLCInput.h @@ -41,10 +41,11 @@ class VLCInput public: VLCInput(const std::string& uri, int rate, + unsigned channels, unsigned verbosity) : m_uri(uri), m_verbosity(verbosity), - m_channels(2), + m_channels(channels), m_rate(rate), m_vlc(NULL) { } -- cgit v1.2.3