summaryrefslogtreecommitdiff
path: root/remux/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'remux/extern.h')
-rw-r--r--remux/extern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/remux/extern.h b/remux/extern.h
index aa6acf7..ff4ddec 100644
--- a/remux/extern.h
+++ b/remux/extern.h
@@ -5,6 +5,8 @@
#include <vdr/ringbuffer.h>
#include <string>
+namespace Streamdev {
+
class cTSExt;
class cExternRemux: public cTSRemux {
@@ -21,4 +23,6 @@ public:
void Del(int Count) { m_ResultBuffer->Del(Count); }
};
+} // namespace Streamdev
+
#endif // VDR_STREAMDEV_EXTERNREMUX_H