diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-01 15:15:36 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-01 15:15:36 +0100 |
commit | 491c6d0a859c98b7da69b5b4a01be0133fdfdc1c (patch) | |
tree | 768f3a576dcc6b5507fa9e70bffba4414576e22b /PLUGINS/src/dvbsddevice/dvbsdffdevice.c | |
parent | 39f1ba7e0320832d44558045a10ad95f221acf30 (diff) | |
download | vdr-491c6d0a859c98b7da69b5b4a01be0133fdfdc1c.tar.gz vdr-491c6d0a859c98b7da69b5b4a01be0133fdfdc1c.tar.bz2 |
Fixed stopping subtitle display when switching the primary device
Diffstat (limited to 'PLUGINS/src/dvbsddevice/dvbsdffdevice.c')
-rw-r--r-- | PLUGINS/src/dvbsddevice/dvbsdffdevice.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PLUGINS/src/dvbsddevice/dvbsdffdevice.c b/PLUGINS/src/dvbsddevice/dvbsdffdevice.c index 797bfd33..61913776 100644 --- a/PLUGINS/src/dvbsddevice/dvbsdffdevice.c +++ b/PLUGINS/src/dvbsddevice/dvbsdffdevice.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dvbsdffdevice.c 2.23 2009/12/31 15:36:56 kls Exp $ + * $Id: dvbsdffdevice.c 2.24 2010/01/01 15:03:02 kls Exp $ */ #include "dvbsdffdevice.h" @@ -82,6 +82,7 @@ void cDvbSdFfDevice::MakePrimaryDevice(bool On) { if (On) new cDvbOsdProvider(fd_osd); + cDvbDevice::MakePrimaryDevice(On); } bool cDvbSdFfDevice::HasDecoder(void) const |