frontend: use a private version of FrontendParameters to include (optional) additional parameters like rolloff, delsys.

Origin commit data
------------------
Commit: b3038287d1
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-06-22 (Fri, 22 Jun 2012)
This commit is contained in:
[CST] Bas
2012-06-22 14:15:30 +08:00
parent 453fa4459b
commit b222bf07e6
15 changed files with 241 additions and 202 deletions

View File

@@ -583,7 +583,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
ypos += iheight;
scaling = 27000;
if (t.type == FE_QPSK && t.feparams.u.qpsk.fec_inner < FEC_S2_QPSK_1_2)
if (t.type == FE_QPSK && t.feparams.dvb_feparams.u.qpsk.fec_inner < FEC_S2_QPSK_1_2)
scaling = 15000;
sprintf (buf, "%s",g_Locale->getText (LOCALE_SCANTS_FREQDATA));