summaryrefslogtreecommitdiff
path: root/dvbapi.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-23 14:02:11 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-23 14:02:11 +0200
commitf412897373b05ea78df93b56ab9d97c4bb522801 (patch)
treea18122202f89ca354808630a8baca079b4fbad9e /dvbapi.h
parente1f7348922bbca20c29923035cf298bf7f49a392 (diff)
downloadvdr-f412897373b05ea78df93b56ab9d97c4bb522801.tar.gz
vdr-f412897373b05ea78df93b56ab9d97c4bb522801.tar.bz2
Calling the '-r' program after editing, too
Diffstat (limited to 'dvbapi.h')
-rw-r--r--dvbapi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbapi.h b/dvbapi.h
index 13365e47..8e67f9b4 100644
--- a/dvbapi.h
+++ b/dvbapi.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.h 1.52 2001/09/22 13:40:30 kls Exp $
+ * $Id: dvbapi.h 1.53 2001/09/23 11:01:46 kls Exp $
*/
#ifndef __DVBAPI_H
@@ -73,6 +73,7 @@ class cCuttingBuffer;
class cVideoCutter {
private:
+ static char *editedVersionName;
static cCuttingBuffer *cuttingBuffer;
public:
static bool Start(const char *FileName);