From 202f869e1a2ec0da5940c25e5ff24d5c34002421 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 23 Mar 2015 13:52:39 +0100 Subject: Fix compilation error --- src/VLCInput.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/VLCInput.h') diff --git a/src/VLCInput.h b/src/VLCInput.h index f9cf783..e4a0557 100644 --- a/src/VLCInput.h +++ b/src/VLCInput.h @@ -83,6 +83,8 @@ class VLCInput int getRate() { return m_rate; } + int getChannels() { return m_channels; } + protected: void cleanup(void); -- cgit v1.2.3