summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-02 13:57:41 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-02 13:57:41 +0200
commit78e11d8c6feab964586e11e9396b3b868c086343 (patch)
tree97459243aa13bd182529d6cc6aaf85be622a1a13 /recording.h
parentebf8a285b21b168be6e9853b8178d2352e58acc1 (diff)
downloadvdr-78e11d8c6feab964586e11e9396b3b868c086343.tar.gz
vdr-78e11d8c6feab964586e11e9396b3b868c086343.tar.bz2
Extended the interface to the script that gets called for recordings, so that in the "edited" case it also provides the name of the original recording
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h
index 5d7c2847..30653b05 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 2.31 2012/06/02 13:22:53 kls Exp $
+ * $Id: recording.h 2.32 2012/06/02 13:46:55 kls Exp $
*/
#ifndef __RECORDING_H
@@ -243,7 +243,7 @@ private:
static const char *command;
public:
static void SetCommand(const char *Command) { command = Command; }
- static void InvokeCommand(const char *State, const char *RecordingFileName);
+ static void InvokeCommand(const char *State, const char *RecordingFileName, const char *SourceFileName = NULL);
};
// The maximum size of a single frame (up to HDTV 1920x1080):