summaryrefslogtreecommitdiff
path: root/recorder.h
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-14 19:51:31 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-14 19:51:31 +0100
commit1296a56d96dedb3d8f34f41787c971ec42bb3ca7 (patch)
tree9cb7cafa296643c8ee3169a5ae6b41fc8d315cb5 /recorder.h
parent1072f8978350e57f7aa35aaa79081e5031a12901 (diff)
downloadvdr-patches-patches/ttxtsubs-vdr-1.6.tar.gz
vdr-patches-patches/ttxtsubs-vdr-1.6.tar.bz2
ttxtsubs: updated patch for VDR 1.6.0-2 by Rolf Ahrenbergpatches/ttxtsubs-vdr-1.6
Diffstat (limited to 'recorder.h')
-rw-r--r--recorder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/recorder.h b/recorder.h
index 920d909..0211c97 100644
--- a/recorder.h
+++ b/recorder.h
@@ -15,6 +15,7 @@
#include "remux.h"
#include "ringbuffer.h"
#include "thread.h"
+#include "vdrttxtsubshooks.h"
class cFileWriter;
@@ -28,7 +29,7 @@ protected:
virtual void Receive(uchar *Data, int Length);
virtual void Action(void);
public:
- cRecorder(const char *FileName, tChannelID ChannelID, int Priority, int VPid, const int *APids, const int *DPids, const int *SPids);
+ cRecorder(const char *FileName, tChannelID ChannelID, int Priority, int VPid, const int *APids, const int *DPids, const int *SPids, cTtxtSubsRecorderBase *tsr);
// Creates a new recorder for the channel with the given ChannelID and
// the given Priority that will record the given PIDs into the file FileName.
virtual ~cRecorder();