From 5e2ee6bf8f93e2798058e4a4b7f0a91b778207a7 Mon Sep 17 00:00:00 2001 From: zwer Date: Tue, 21 Feb 2006 22:52:49 +0000 Subject: 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 --- streamdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streamdevice.h') diff --git a/streamdevice.h b/streamdevice.h index 64a1f0b..fb21c83 100644 --- a/streamdevice.h +++ b/streamdevice.h @@ -34,7 +34,7 @@ public: virtual void StillPicture(const uchar *Data, int Length); virtual bool Poll(cPoller &Poller, int TimeoutMs = 0); virtual int PlayVideo(const uchar *Data, int Length); - virtual int PlayAudio(const uchar *Data, int Length); + virtual int PlayAudio(const uchar *Data, int Length, uchar Id); virtual int ProvidesCa(const cChannel *Channel) const; virtual void MakePrimaryDevice(bool On); uchar *Get(int &Count) { return m_Remux->Get(Count); } -- cgit v1.2.3