mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Disabled SCR code in cDvbTuner's dtor
This commit is contained in:
parent
ffaf10c3f3
commit
b228086355
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: dvbdevice.c 2.45 2011/09/11 13:50:20 kls Exp $
|
* $Id: dvbdevice.c 2.46 2011/09/17 11:41:01 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "dvbdevice.h"
|
#include "dvbdevice.h"
|
||||||
@ -316,10 +316,12 @@ cDvbTuner::~cDvbTuner()
|
|||||||
newSet.Broadcast();
|
newSet.Broadcast();
|
||||||
locked.Broadcast();
|
locked.Broadcast();
|
||||||
Cancel(3);
|
Cancel(3);
|
||||||
|
/* looks like this irritates the SCR switch, so let's leave it out for now
|
||||||
if (lastDiseqc && lastDiseqc->IsScr()) {
|
if (lastDiseqc && lastDiseqc->IsScr()) {
|
||||||
unsigned int Frequency = 0;
|
unsigned int Frequency = 0;
|
||||||
ExecuteDiseqc(lastDiseqc, &Frequency);
|
ExecuteDiseqc(lastDiseqc, &Frequency);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cDvbTuner::IsTunedTo(const cChannel *Channel) const
|
bool cDvbTuner::IsTunedTo(const cChannel *Channel) const
|
||||||
|
Loading…
Reference in New Issue
Block a user