mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
split fec to fec/modulation/delivery system;
switch to new dvb-api headers; improve dvb-t manual scan
This commit is contained in:
@@ -1442,7 +1442,7 @@ void CInfoViewer::showSNR ()
|
||||
|
||||
std::string polarisation = "";
|
||||
|
||||
if (CFEManager::getInstance()->getLiveFE()->getType() == FE_QPSK)
|
||||
if (CFrontend::isSat(CFEManager::getInstance()->getLiveFE()->getCurrentDeliverySystem()))
|
||||
polarisation = transponder::pol(CFEManager::getInstance()->getLiveFE()->getPolarization());
|
||||
|
||||
int frequency = CFEManager::getInstance()->getLiveFE()->getFrequency();
|
||||
|
Reference in New Issue
Block a user