diff options
author | Andreas Brachold <vdr07@deltab.de> | 2008-01-02 11:08:47 +0000 |
---|---|---|
committer | Andreas Brachold <vdr07@deltab.de> | 2008-01-02 11:08:47 +0000 |
commit | 6a26a396ee4aa7be91967050cdc30d5c10bfb55c (patch) | |
tree | 9cecb7516f8baa5804ea8f12a64109d9abe0fcdf /setup-image.h | |
parent | 943932297e9f6e15119a2ff1178635b43df14cbf (diff) | |
download | vdr-plugin-image-6a26a396ee4aa7be91967050cdc30d5c10bfb55c.tar.gz vdr-plugin-image-6a26a396ee4aa7be91967050cdc30d5c10bfb55c.tar.bz2 |
- Reimplement 'Playback mode via DeviceStillPicture'
Diffstat (limited to 'setup-image.h')
-rw-r--r-- | setup-image.h | 5 |
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 */ |