Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
set modulation
  • Loading branch information
Glenn-1990 authored and perexg committed Mar 22, 2015
1 parent 7283505 commit 7414eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_network_scan.c
Expand Up @@ -384,7 +384,7 @@ mpegts_mux_bouquet_rescan ( const char *src, const char *extra )
mux->u.dmc_fe_qpsk.polarisation = dvb_str2pol(pol);
mux->u.dmc_fe_qpsk.orbital_pos = satpos;
mux->u.dmc_fe_qpsk.fec_inner = DVB_FEC_AUTO;
mux->dmc_fe_modulation = DVB_MOD_AUTO;
mux->dmc_fe_modulation = dvbs2 ? DVB_MOD_PSK_8 : DVB_MOD_QPSK;
mux->dmc_fe_rolloff = DVB_ROLLOFF_AUTO;
mux->dmc_fe_pls_code = 1;

Expand Down

0 comments on commit 7414eba

Please sign in to comment.