Commit 56553ea8 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>
(cherry picked from commit 06683a063d0aa4096ff92edaa036d70853ec4b98)
parent 96991da8
...@@ -383,6 +383,7 @@ vlc_module_begin () ...@@ -383,6 +383,7 @@ vlc_module_begin ()
#ifdef HAVE_LINUX_DVB #ifdef HAVE_LINUX_DVB
add_integer ("dvb-satno", 0, SATNO_TEXT, SATNO_LONGTEXT, true) add_integer ("dvb-satno", 0, SATNO_TEXT, SATNO_LONGTEXT, true)
change_integer_list (satno_vlc, satno_user) change_integer_list (satno_vlc, satno_user)
change_safe ()
add_integer ("dvb-tone", -1, TONE_TEXT, TONE_LONGTEXT, true) add_integer ("dvb-tone", -1, TONE_TEXT, TONE_LONGTEXT, true)
change_integer_list (auto_off_on_vlc, auto_off_on_user) change_integer_list (auto_off_on_vlc, auto_off_on_user)
#endif #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