mpegts_network_dvb: fix the orbital position check for predefined muxes (scanfile)
This commit is contained in:
parent
74e15e3273
commit
4699c3a71a
1 changed files with 2 additions and 1 deletions
|
@ -214,7 +214,8 @@ const idclass_t dvb_network_atsc_class =
|
|||
static int
|
||||
dvb_network_check_orbital_pos ( dvb_mux_t *lm, dvb_mux_conf_t *dmc )
|
||||
{
|
||||
if (lm->lm_tuning.u.dmc_fe_qpsk.orbital_dir) {
|
||||
if (lm->lm_tuning.u.dmc_fe_qpsk.orbital_dir &&
|
||||
dmc->u.dmc_fe_qpsk.orbital_dir) {
|
||||
if (lm->lm_tuning.u.dmc_fe_qpsk.orbital_dir !=
|
||||
dmc->u.dmc_fe_qpsk.orbital_dir)
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue