summaryrefslogtreecommitdiff
path: root/recorder.h
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-14 19:52:13 +0100
committerTobias Grimm <tobias@e-tobi.loc>2009-06-20 17:40:07 +0200
commitda9125bcaad4233983295e5d8c15b0f195891ba5 (patch)
tree5b4477866d04942cabbc8021b48bf6fa48061372 /recorder.h
parentab6f2ccf424896a80b6e2fdf9ab9313ea4b7f316 (diff)
downloadvdr-patches-da9125bcaad4233983295e5d8c15b0f195891ba5.tar.gz
vdr-patches-da9125bcaad4233983295e5d8c15b0f195891ba5.tar.bz2
ttxtsubs: Updated patch for VDR 1.7.x by Rolf Ahrenberg
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 40a3222..ac607b5 100644
--- a/recorder.h
+++ b/recorder.h
@@ -15,6 +15,7 @@
#include "remux.h"
#include "ringbuffer.h"
#include "thread.h"
+#include "vdrttxtsubshooks.h"
class cRecorder : public cReceiver, cThread {
private:
@@ -34,7 +35,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();