[vlc-devel] [PATCH 1/2] dtv multisat: Allow command line option dvb-satno.

Zoran Turalija zoran.turalija at gmail.com
Fri Aug 10 15:57:52 CEST 2012


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.
---
 modules/access/dtv/access.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/access/dtv/access.c b/modules/access/dtv/access.c
index 93b8ee1..5a993ed 100644
--- a/modules/access/dtv/access.c
+++ b/modules/access/dtv/access.c
@@ -388,6 +388,7 @@ vlc_module_begin ()
 #ifdef __linux__
     add_integer ("dvb-satno", 0, SATNO_TEXT, SATNO_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
-- 
1.7.5.4




More information about the vlc-devel mailing list