Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvb mux: change field names for multiple stream config parameters
  • Loading branch information
perexg committed Feb 4, 2015
1 parent d09e0c9 commit 7ab46e3
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 @@ -542,14 +542,14 @@ const idclass_t dvb_mux_dvbs_class =
{
.type = PT_INT,
.id = "stream_id",
.name = "ISI",
.name = "ISI (Stream ID)",
.off = offsetof(dvb_mux_t, lm_tuning.dmc_fe_stream_id),
.def.i = DVB_NO_STREAM_ID_FILTER,
},
{
.type = PT_STR,
.id = "pls_mode",
.name = "PLS MODE",
.name = "PLS Mode",
.set = dvb_mux_dvbs_class_pls_mode_set,
.get = dvb_mux_dvbs_class_pls_mode_get,
.list = dvb_mux_dvbs_class_pls_mode_list,
Expand All @@ -558,7 +558,7 @@ const idclass_t dvb_mux_dvbs_class =
{
.type = PT_U32,
.id = "pls_code",
.name = "PLS CODE",
.name = "PLS Code",
.off = offsetof(dvb_mux_t, lm_tuning.dmc_fe_pls_code),
.def.u32 = 1,
},
Expand Down

0 comments on commit 7ab46e3

Please sign in to comment.