Commit 06683a06 authored by Zoran Turalija's avatar Zoran Turalija Committed by Rémi Denis-Courmont

dtv multisat: Allow command line option dvb-satno.

With this option marked as unsafe, it is not possible to use it and
as a result, it is not possible to tune to different satellite on
different DiSEqC LNB.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent bfcefbf2
......@@ -396,8 +396,10 @@ vlc_module_begin ()
#ifdef HAVE_LINUX_DVB
add_integer ("dvb-satno", 0, SATNO_TEXT, SATNO_LONGTEXT, true)
change_integer_list (satno_vlc, satno_user)
change_safe ()
add_integer ("dvb-uncommitted", 0, UNCOMMITTED_TEXT, UNCOMMITTED_LONGTEXT, true)
change_integer_list (satno_vlc, satno_user)
change_safe ()
add_integer ("dvb-tone", -1, TONE_TEXT, TONE_LONGTEXT, true)
change_integer_list (auto_off_on_vlc, auto_off_on_user)
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment