From 39c202cff20abe06c65f2ab5f349791c0553a193 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 13 Aug 2014 20:27:16 +0200 Subject: [PATCH] mpegts dvb mux: Allow to change the frequency and symbolrate trough the Edit button --- src/input/mpegts/mpegts_mux_dvb.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/input/mpegts/mpegts_mux_dvb.c b/src/input/mpegts/mpegts_mux_dvb.c index ce1828e6..d3d488ff 100644 --- a/src/input/mpegts/mpegts_mux_dvb.c +++ b/src/input/mpegts/mpegts_mux_dvb.c @@ -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), }, { @@ -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), }, { @@ -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), }, { @@ -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), }, {