summaryrefslogtreecommitdiff
path: root/streamdevice.c
diff options
context:
space:
mode:
authorzwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf>2006-02-21 22:52:49 +0000
committerzwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf>2006-02-21 22:52:49 +0000
commit5e2ee6bf8f93e2798058e4a4b7f0a91b778207a7 (patch)
tree1eb7c33481c1d6330438806aafe11f61e9b767f5 /streamdevice.c
parent0a7dbdd2643074842590509a0af3595be25f6d94 (diff)
downloadvdr-plugin-ffnetdev-5e2ee6bf8f93e2798058e4a4b7f0a91b778207a7.tar.gz
vdr-plugin-ffnetdev-5e2ee6bf8f93e2798058e4a4b7f0a91b778207a7.tar.bz2
2006-02-20: ffnetdev-0.1.0
- optimize for DBOX2-Plugin VDR-Viewer https://developer.berlios.de/projects/vdrviewer/ (tested with vdrviewer-0.1.1) - add VNC compression (RRE, Hextile) - start learning remote if accept client, no more if start plugin - added "auto change primary DVB" feature (enable/deisable in plugin settings) - fixed buffer overflow bug - fixed several other bugs - tested with vdr-1.3.43 git-svn-id: svn://svn.berlios.de/ffnetdev/trunk@10 1f4bef6d-8e0a-0410-8695-e467da8aaccf
Diffstat (limited to 'streamdevice.c')
-rw-r--r--streamdevice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamdevice.c b/streamdevice.c
index 5805043..f44385e 100644
--- a/streamdevice.c
+++ b/streamdevice.c
@@ -112,7 +112,7 @@ bool cStreamDevice::Poll(cPoller &Poller, int TimeoutMs)
}
/* ----------------------------------------------------------------------------
*/
-int cStreamDevice::PlayAudio(const uchar *Data, int Length)
+int cStreamDevice::PlayAudio(const uchar *Data, int Length, uchar Id)
{
if (cTSWorker::HaveStreamClient())
{