summaryrefslogtreecommitdiff
path: root/remux/extern.h
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2010-12-02 09:48:23 +0100
committerFrank Schmirler <vdr@schmirler.de>2010-12-02 09:48:23 +0100
commit11b22d9f33d50f20cba1eaee2aadb55d3580d879 (patch)
tree5c4e7fe1046bd9cc1ef7a7b21abe118f43689902 /remux/extern.h
parent435f01649c2ee8c23c21e0680d0a39e773008549 (diff)
downloadvdr-plugin-streamdev-11b22d9f33d50f20cba1eaee2aadb55d3580d879.tar.gz
vdr-plugin-streamdev-11b22d9f33d50f20cba1eaee2aadb55d3580d879.tar.bz2
Streamdev 0.5.0-rc1
Diffstat (limited to 'remux/extern.h')
-rw-r--r--remux/extern.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/remux/extern.h b/remux/extern.h
index ff4ddec..070e4f6 100644
--- a/remux/extern.h
+++ b/remux/extern.h
@@ -5,6 +5,9 @@
#include <vdr/ringbuffer.h>
#include <string>
+class cChannel;
+class cServerConnection;
+
namespace Streamdev {
class cTSExt;
@@ -15,7 +18,7 @@ private:
cTSExt *m_Remux;
public:
- cExternRemux(int VPid, const int *APids, const int *Dpids, const int *SPids, std::string Parameter);
+ cExternRemux(const cServerConnection *Connection, const cChannel *Channel, const int *APids, const int *Dpids);
virtual ~cExternRemux();
int Put(const uchar *Data, int Count);