Ticket #6874: siscan.patch
| File siscan.patch, 1.1 KB (added by , 17 years ago) |
|---|
-
mythtv/libs/libmythtv/siscan.cpp
1599 1599 1600 1600 tuning.frequency = (*transport).freq_offset(transport.offset()); 1601 1601 1602 #ifdef USING_DVB 1603 if (GetDVBSignalMonitor()) 1602 if (GetDTVSignalMonitor()) 1604 1603 { 1605 D VBSignalMonitor *sm = GetDVBSignalMonitor();1604 DTVSignalMonitor *sm = GetDTVSignalMonitor(); 1606 1605 1607 1606 tsid = sm->GetDetectedTransportID(); 1608 1607 netid = sm->GetDetectedNetworkID(); 1609 1608 1609 #ifdef USING_DVB 1610 1610 // Try to read the actual values back from the card 1611 if (GetDVB Channel()->IsTuningParamsProbeSupported())1611 if (GetDVBSignalMonitor() && GetDVBChannel()->IsTuningParamsProbeSupported()) 1612 1612 GetDVBChannel()->ProbeTuningParams(tuning); 1613 #endif // USING_DVB 1613 1614 1614 1615 tuning.frequency = FindBestMplexFreq( 1615 1616 tuning.frequency, transport, (*transport).SourceID, tsid, netid); 1616 1617 } 1617 #endif // USING_DVB1618 1618 1619 1619 #ifdef USING_V4L 1620 1620 if (GetChannel())
