summaryrefslogtreecommitdiff
path: root/remux/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'remux/extern.h')
-rw-r--r--remux/extern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/remux/extern.h b/remux/extern.h
index 070e4f6..62f193b 100644
--- a/remux/extern.h
+++ b/remux/extern.h
@@ -6,6 +6,7 @@
#include <string>
class cChannel;
+class cPatPmtParser;
class cServerConnection;
namespace Streamdev {
@@ -19,6 +20,7 @@ private:
public:
cExternRemux(const cServerConnection *Connection, const cChannel *Channel, const int *APids, const int *Dpids);
+ cExternRemux(const cServerConnection *Connection, const cPatPmtParser *PatPmt, const int *APids, const int *Dpids);
virtual ~cExternRemux();
int Put(const uchar *Data, int Count);