summaryrefslogtreecommitdiff
path: root/setup-image.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup-image.h')
-rw-r--r--setup-image.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup-image.h b/setup-image.h
index 1e658dd..8ddd2c6 100644
--- a/setup-image.h
+++ b/setup-image.h
@@ -1,7 +1,7 @@
/*
* Image plugin to VDR (C++)
*
- * (C) 2004-2005 Andreas Brachold <anbr at users.berlios.de>
+ * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
* based on (C) 2003 Kai Tobias Burwieck <kai-at-burwieck.net>
*
* This code is free software; you can redistribute it and/or
@@ -50,6 +50,9 @@ public:
/* Activate own house keeping system for temp. files, avoid pregenerated images */
int m_bHousekeeping;
+ /* Use as output DeviceStillPicture */
+ int m_bUseDeviceStillPicture;
+
/** Minimum Value for Slideshow */
static const int m_cSSMin;
/** Maximum Value for Slideshow */