Projects
Multimedia
vdr-plugin-mcli
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
vdr-mcli.abs.patch
Changed
@@ -11,12 +11,3 @@ #if VDRVERSNUM < 10714 fe_sec_voltage_t volt = (Channel->Polarization () == 'v' || Channel->Polarization () == 'V' || Channel->Polarization () == 'r' || Channel->Polarization () == 'R') ? SEC_VOLTAGE_13 : SEC_VOLTAGE_18; -@@ -570,7 +570,7 @@ bool cMcliDevice::SetChannelDevice (cons - fe_sec_voltage_t volt = (dtp.Polarization () == 'v' || dtp.Polarization () == 'V' || dtp.Polarization () == 'r' || dtp.Polarization () == 'R') ? SEC_VOLTAGE_13 : SEC_VOLTAGE_18; - #endif - m_sec.voltage = volt; -- frequency =::abs (frequency); // Allow for C-band, where the frequency is less than the LOF -+ frequency =std::abs (frequency); // Allow for C-band, where the frequency is less than the LOF - m_fep.frequency = frequency * 1000UL; - #if VDRVERSNUM < 10714 - m_fep.inversion = fe_spectral_inversion_t (Channel->Inversion ());
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.