Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts dvb mux: Allow to change the frequency and symbolrate trough t…
…he Edit button
  • Loading branch information
perexg committed Aug 13, 2014
1 parent 7d3a65d commit 39c202c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/input/mpegts/mpegts_mux_dvb.c
Expand Up @@ -195,7 +195,6 @@ const idclass_t dvb_mux_dvbt_class =
.type = PT_U32,
.id = "frequency",
.name = "Frequency (Hz)",
.opts = PO_WRONCE,
.off = offsetof(dvb_mux_t, lm_tuning.dmc_fe_freq),
},
{
Expand Down Expand Up @@ -260,14 +259,12 @@ const idclass_t dvb_mux_dvbc_class =
.type = PT_U32,
.id = "frequency",
.name = "Frequency (Hz)",
.opts = PO_WRONCE,
.off = offsetof(dvb_mux_t, lm_tuning.dmc_fe_freq),
},
{
.type = PT_U32,
.id = "symbolrate",
.name = "Symbol Rate (Sym/s)",
.opts = PO_WRONCE,
.off = offsetof(dvb_mux_t, lm_tuning.u.dmc_fe_qam.symbol_rate),
},
{
Expand Down Expand Up @@ -467,14 +464,12 @@ const idclass_t dvb_mux_dvbs_class =
.type = PT_U32,
.id = "frequency",
.name = "Frequency (kHz)",
.opts = PO_WRONCE,
.off = offsetof(dvb_mux_t, lm_tuning.dmc_fe_freq),
},
{
.type = PT_U32,
.id = "symbolrate",
.name = "Symbol Rate (Sym/s)",
.opts = PO_WRONCE,
.off = offsetof(dvb_mux_t, lm_tuning.u.dmc_fe_qpsk.symbol_rate),
},
{
Expand Down Expand Up @@ -550,7 +545,6 @@ const idclass_t dvb_mux_atsc_class =
.type = PT_U32,
.id = "frequency",
.name = "Frequency (kHz)",
.opts = PO_WRONCE,
.off = offsetof(dvb_mux_t, lm_tuning.dmc_fe_freq),
},
{
Expand Down

0 comments on commit 39c202c

Please sign in to comment.