summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/device.c2
-rw-r--r--client/streamdev-client.c4
2 files changed, 2 insertions, 4 deletions
diff --git a/client/device.c b/client/device.c
index 9e78f80..7f39bbe 100644
--- a/client/device.c
+++ b/client/device.c
@@ -49,9 +49,7 @@ cStreamdevDevice::~cStreamdevDevice() {
Cancel(3);
-#if APIVERSNUM >= 10515
StopSectionHandler();
-#endif
DELETENULL(m_Filters);
DELETENULL(m_TSBuffer);
}
diff --git a/client/streamdev-client.c b/client/streamdev-client.c
index 00fa90c..62c57bd 100644
--- a/client/streamdev-client.c
+++ b/client/streamdev-client.c
@@ -10,8 +10,8 @@
#include "client/device.h"
#include "client/setup.h"
-#if !defined(APIVERSNUM) || APIVERSNUM < 10509
-#error "VDR-1.5.9 API version or greater is required!"
+#if !defined(APIVERSNUM) || APIVERSNUM < 10516
+#error "VDR-1.5.16 API version or greater is required!"
#endif
const char *cPluginStreamdevClient::DESCRIPTION = trNOOP("VTP Streaming Client");