diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-11-09 20:38:56 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-11-09 20:38:56 +0100 |
commit | 7716b8b9d7c869265607b6c7ced4ddbd1625ffe9 (patch) | |
tree | 97abe288fb1d5b15e2d420ec28a22ebb41962970 /command/global.h | |
parent | d48a56868074ae2cb71bb6be45fa62aa9f5c2076 (diff) | |
download | vdr-plugin-markad-7716b8b9d7c869265607b6c7ced4ddbd1625ffe9.tar.gz vdr-plugin-markad-7716b8b9d7c869265607b6c7ced4ddbd1625ffe9.tar.bz2 |
Added handling for interrupted recordings
Diffstat (limited to 'command/global.h')
-rw-r--r-- | command/global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/command/global.h b/command/global.h index d9f2e12..52764ee 100644 --- a/command/global.h +++ b/command/global.h @@ -125,7 +125,6 @@ typedef struct MarkAdContext struct Info { - int Length; // in seconds int Channels; char *ChannelName; MarkAdAspectRatio AspectRatio; |