summaryrefslogtreecommitdiff
path: root/PLUGINS/src/dvbsddevice/dvbsddevice.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-01-01 15:15:36 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-01-01 15:15:36 +0100
commit491c6d0a859c98b7da69b5b4a01be0133fdfdc1c (patch)
tree768f3a576dcc6b5507fa9e70bffba4414576e22b /PLUGINS/src/dvbsddevice/dvbsddevice.c
parent39f1ba7e0320832d44558045a10ad95f221acf30 (diff)
downloadvdr-491c6d0a859c98b7da69b5b4a01be0133fdfdc1c.tar.gz
vdr-491c6d0a859c98b7da69b5b4a01be0133fdfdc1c.tar.bz2
Fixed stopping subtitle display when switching the primary device
Diffstat (limited to 'PLUGINS/src/dvbsddevice/dvbsddevice.c')
-rw-r--r--PLUGINS/src/dvbsddevice/dvbsddevice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/dvbsddevice/dvbsddevice.c b/PLUGINS/src/dvbsddevice/dvbsddevice.c
index 52317f88..e2248e9b 100644
--- a/PLUGINS/src/dvbsddevice/dvbsddevice.c
+++ b/PLUGINS/src/dvbsddevice/dvbsddevice.c
@@ -3,13 +3,13 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: dvbsddevice.c 1.1 2009/12/31 15:36:00 kls Exp $
+ * $Id: dvbsddevice.c 1.2 2010/01/01 15:01:01 kls Exp $
*/
#include <vdr/plugin.h>
#include "dvbsdffdevice.h"
-static const char *VERSION = "0.0.1";
+static const char *VERSION = "0.0.2";
static const char *DESCRIPTION = "SD Full Featured DVB device";
class cPluginDvbsddevice : public cPlugin {