summaryrefslogtreecommitdiff
path: root/command/markad-standalone.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-11-09 20:38:56 +0100
committerJochen Dolze <vdr@dolze.de>2010-11-09 20:38:56 +0100
commit7716b8b9d7c869265607b6c7ced4ddbd1625ffe9 (patch)
tree97abe288fb1d5b15e2d420ec28a22ebb41962970 /command/markad-standalone.h
parentd48a56868074ae2cb71bb6be45fa62aa9f5c2076 (diff)
downloadvdr-plugin-markad-7716b8b9d7c869265607b6c7ced4ddbd1625ffe9.tar.gz
vdr-plugin-markad-7716b8b9d7c869265607b6c7ced4ddbd1625ffe9.tar.bz2
Added handling for interrupted recordings
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r--command/markad-standalone.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h
index adb718a..f7b2966 100644
--- a/command/markad-standalone.h
+++ b/command/markad-standalone.h
@@ -191,6 +191,8 @@ unsigned Descriptor_Length:
bool gotendmark;
bool reprocess;
int waittime;
+ int iwaittime;
+ int iwaittime_msg;
struct timeval tv1,tv2;
struct timezone tz;
@@ -204,6 +206,8 @@ unsigned Descriptor_Length:
bool bIgnoreVideoInfo;
bool bIgnoreTimerInfo;
+ time_t startTime; // StartTime of broadcast
+ int length; // Length in seconds
int tStart; // pretimer in seconds
int iStart; // pretimer as index value
int iStartCheck; // check position for iStart
@@ -215,6 +219,7 @@ unsigned Descriptor_Length:
bool setVideo43; // set video to 4:3 in info
bool setVideo43LB; // set video to 4:3 letterbox in info
bool setVideo169; // set video to 16:9 in info
+ bool setFrameRate; // set framerate in info
int chkLEFT;
int chkRIGHT;