Skip to content

Commit

Permalink
dvb_mux_conf_init: set default pls_mode to GOLD, fixes #5328
Browse files Browse the repository at this point in the history
  • Loading branch information
perexg committed Nov 14, 2018
1 parent 743da3e commit 409a706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/dvb_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,7 @@ dvb_mux_conf_init ( mpegts_network_t *ln,
dmc->dmc_fe_inversion = DVB_INVERSION_AUTO;
dmc->dmc_fe_pilot = DVB_PILOT_AUTO;
dmc->dmc_fe_stream_id = DVB_NO_STREAM_ID_FILTER;
dmc->dmc_fe_pls_mode = DVB_PLS_GOLD;
switch (dmc->dmc_fe_type) {
case DVB_TYPE_S:
dmc->u.dmc_fe_qpsk.orbital_pos = INT_MAX;
Expand Down

0 comments on commit 409a706

Please sign in to comment.