summaryrefslogtreecommitdiff
path: root/streamdevice.c
diff options
context:
space:
mode:
Diffstat (limited to 'streamdevice.c')
-rw-r--r--streamdevice.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/streamdevice.c b/streamdevice.c
index f44385e..354bad5 100644
--- a/streamdevice.c
+++ b/streamdevice.c
@@ -112,7 +112,11 @@ bool cStreamDevice::Poll(cPoller &Poller, int TimeoutMs)
}
/* ----------------------------------------------------------------------------
*/
+#if VDRVERSNUM < 10342
+int cStreamDevice::PlayAudio(const uchar *Data, int Length)
+#else
int cStreamDevice::PlayAudio(const uchar *Data, int Length, uchar Id)
+#endif
{
if (cTSWorker::HaveStreamClient())
{