Projects
Multimedia
vdr-plugin-mcli
vdr-mcli.abs.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vdr-mcli.abs.patch of Package vdr-plugin-mcli (Revision 4)
Currently displaying revision
4
,
Show latest
Index: vdr-mcli-plugin/device.c =================================================================== --- vdr-mcli-plugin.orig/device.c +++ vdr-mcli-plugin/device.c @@ -562,7 +562,7 @@ bool cMcliDevice::SetChannelDevice (cons case FE_DVBS2: case FE_QPSK:{ // DVB-S - unsigned int frequency = Channel->Frequency (); + int frequency = Channel->Frequency (); #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
.