mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
zapit: remove some ifdef's; prepare for upcoming patches
Origin commit data
------------------
Commit: 37cbd7c5e6
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Origin message was:
------------------
- zapit: remove some ifdef's; prepare for upcoming patches
This commit is contained in:
@@ -1104,11 +1104,9 @@ uint32_t CFrontend::getFEBandwidth(fe_bandwidth_t bandwidth)
|
||||
case BANDWIDTH_6_MHZ:
|
||||
bandwidth_hz = 6000000;
|
||||
break;
|
||||
#if HAVE_DVBT2
|
||||
case BANDWIDTH_5_MHZ:
|
||||
bandwidth_hz = 5000000;
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
return bandwidth_hz;
|
||||
@@ -1167,11 +1165,9 @@ bool CFrontend::buildProperties(const FrontendParameters *feparams, struct dtv_p
|
||||
case FEC_9_10:
|
||||
fec = FEC_9_10;
|
||||
break;
|
||||
#if HAVE_DTMB
|
||||
case FEC_2_5:
|
||||
fec = FEC_2_5;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
INFO("[fe%d] unknown FEC: %d", fenumber, fec_inner);
|
||||
case FEC_AUTO:
|
||||
|
Reference in New Issue
Block a user