Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in dvb_mux_conf_str_isdb_t()
  • Loading branch information
perexg committed Aug 29, 2016
1 parent e23a288 commit 3bf7fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/mpegts/dvb_support.c
Expand Up @@ -1067,8 +1067,8 @@ dvb_mux_conf_str_isdb_t ( dvb_mux_conf_t *dmc, char *buf, size_t bufsize )
dmc->u.dmc_fe_isdbt.layers[1].time_interleaving,
dvb_fec2str(dmc->u.dmc_fe_isdbt.layers[2].fec),
dvb_qam2str(dmc->u.dmc_fe_isdbt.layers[2].modulation),
dmc->u.dmc_fe_isdbt.layers[3].segment_count,
dmc->u.dmc_fe_isdbt.layers[3].time_interleaving);
dmc->u.dmc_fe_isdbt.layers[2].segment_count,
dmc->u.dmc_fe_isdbt.layers[2].time_interleaving);
}

int
Expand Down

0 comments on commit 3bf7fd4

Please sign in to comment.