Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts mux: fix typos for isdb-t
  • Loading branch information
perexg committed Jan 7, 2016
1 parent aa28e51 commit 429d95c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/input/mpegts/mpegts_mux_dvb.c
Expand Up @@ -719,10 +719,10 @@ const idclass_t dvb_mux_isdb_t_class =
},
/* Layer C */
{
MUX_PROP_STR("layerb_fec", N_("Layer C: FEC"), isdb_t, isdbt_fec_c, N_("AUTO")),
MUX_PROP_STR("layerc_fec", N_("Layer C: FEC"), isdb_t, isdbt_fec_c, N_("AUTO")),
},
{
MUX_PROP_STR("layerb_mod", N_("Layer C: Constellation"), isdb_t, isdbt_mod_c, N_("AUTO")),
MUX_PROP_STR("layerc_mod", N_("Layer C: Constellation"), isdb_t, isdbt_mod_c, N_("AUTO")),
},
{
.type = PT_U32,
Expand All @@ -732,7 +732,7 @@ const idclass_t dvb_mux_isdb_t_class =
},
{
.type = PT_U32,
.id = "layerb_timint",
.id = "layerc_timint",
.name = N_("Layer C: Time interleaving"),
.off = offsetof(dvb_mux_t, lm_tuning.u.dmc_fe_isdbt.layers[2].time_interleaving),
},
Expand Down

0 comments on commit 429d95c

Please sign in to comment.