From 78e11d8c6feab964586e11e9396b3b868c086343 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 2 Jun 2012 13:57:41 +0200 Subject: 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 --- recording.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recording.h') 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): -- cgit v1.2.3