diff options
author | Frank Schmirler <vdr@schmirler.de> | 2010-12-02 09:02:31 +0100 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2010-12-02 09:04:50 +0100 |
commit | 31df0eaf8e49bc1cfea755bd88f3dd795c8f1ace (patch) | |
tree | edc73b2c6e6af1c2b5d19521fae3a5347dad659d /remux/extern.h | |
parent | 7576173547027dae57206cfd3d967d5c516fa6b7 (diff) | |
download | vdr-plugin-streamdev-31df0eaf8e49bc1cfea755bd88f3dd795c8f1ace.tar.gz vdr-plugin-streamdev-31df0eaf8e49bc1cfea755bd88f3dd795c8f1ace.tar.bz2 |
Streamdev 0.3.4
Diffstat (limited to 'remux/extern.h')
-rw-r--r-- | remux/extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remux/extern.h b/remux/extern.h index ae055ac..7a44852 100644 --- a/remux/extern.h +++ b/remux/extern.h @@ -3,6 +3,7 @@ #include "remux/tsremux.h" #include <vdr/ringbuffer.h> +#include <string> extern const char *g_ExternRemux; @@ -14,7 +15,7 @@ private: cTSExt *m_Remux; public: - cExternRemux(int VPid, const int *APids, const int *Dpids, const int *SPids); + cExternRemux(int VPid, const int *APids, const int *Dpids, const int *SPids, std::string Parameter); virtual ~cExternRemux(); int Put(const uchar *Data, int Count); |