Commit f909b91d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Forgotten file in previous commit.

parent d06c11b5
......@@ -70,6 +70,8 @@ public:
bool hasInput() { return p_input && !p_input->b_dead && vlc_object_alive (p_input); }
bool hasAudio();
bool hasVideo();
QString getName() { return old_name; }
private:
intf_thread_t *p_intf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment