diff options
author | lordjaxom <lordjaxom> | 2005-02-08 15:34:38 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-02-08 15:34:38 +0000 |
commit | 0132230de0a894c4bf40dced2b82ea60546b9a61 (patch) | |
tree | b5b884fc27dd5cfcf4b6dd29d043796985dbe0ab /server/livestreamer.h | |
parent | 916ed238bca58539835c4ee769ce8ddd9f5456d7 (diff) | |
download | vdr-plugin-streamdev-0132230de0a894c4bf40dced2b82ea60546b9a61.tar.gz vdr-plugin-streamdev-0132230de0a894c4bf40dced2b82ea60546b9a61.tar.bz2 |
- transfer
Diffstat (limited to 'server/livestreamer.h')
-rw-r--r-- | server/livestreamer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/server/livestreamer.h b/server/livestreamer.h index 62137d1..a22dbb3 100644 --- a/server/livestreamer.h +++ b/server/livestreamer.h @@ -40,9 +40,6 @@ private: cTSRemux *m_Remux; uchar *m_Buffer; int m_Sequence; -#if VDRVERSNUM >= 10300 - cStreamdevLiveFilter *m_Filter; -#endif protected: virtual uchar *Process(const uchar *Data, int &Count, int &Result); @@ -53,7 +50,7 @@ public: void SetDevice(cDevice *Device) { m_Device = Device; } bool SetPid(int Pid, bool On); - bool SetChannel(const cChannel *Channel, int StreamType, bool StreamPIDS); + bool SetChannel(const cChannel *Channel, eStreamType StreamType); bool SetFilter(u_short Pid, u_char Tid, u_char Mask, bool On); virtual void Detach(void); |