diff options
author | zwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf> | 2006-02-28 20:52:10 +0000 |
---|---|---|
committer | zwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf> | 2006-02-28 20:52:10 +0000 |
commit | 0f2aa1f8884edab5d061bd9a5e17e9d2c5c603d0 (patch) | |
tree | 2c9b2c8f62959da9bb74f26d5cb17c1228a4a29a /streamdevice.c | |
parent | 1369c647e01f47297d92859f2da0808186eb760e (diff) | |
download | vdr-plugin-ffnetdev-0f2aa1f8884edab5d061bd9a5e17e9d2c5c603d0.tar.gz vdr-plugin-ffnetdev-0f2aa1f8884edab5d061bd9a5e17e9d2c5c603d0.tar.bz2 |
2006-02-27:
- fixed version conflict on cStreamDevice::PlayAudio
git-svn-id: svn://svn.berlios.de/ffnetdev/trunk@13 1f4bef6d-8e0a-0410-8695-e467da8aaccf
Diffstat (limited to 'streamdevice.c')
-rw-r--r-- | streamdevice.c | 4 |
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()) { |