Commit 2095481e authored by Ilkka Ollakka's avatar Ilkka Ollakka

dvb remove default symbolrate setting

parent 14b1e955
......@@ -1081,8 +1081,6 @@ static int FrontendSetQAM( access_t *p_access )
if( i_val < p_frontend->info.symbol_rate_max &&
i_val > p_frontend->info.symbol_rate_min )
fep.u.qam.symbol_rate = i_val;
else
fep.u.qam.symbol_rate = 6875000;
fep.u.qam.fec_inner = DecodeFEC( p_access, "dvb-fec" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment