[vlc-commits] dtv multisat: Allow command line option dvb-satno.

Zoran Turalija git at videolan.org
Sat Aug 11 22:21:29 CEST 2012


vlc/vlc-2.0 | branch: master | Zoran Turalija <zoran.turalija at gmail.com> | Sat Aug 11 23:18:48 2012 +0300| [56553ea8d49e24d13b30ec9cd1fb9e9e08a05ea5] | committer: 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: Rémi Denis-Courmont <remi at remlab.net>
(cherry picked from commit 06683a063d0aa4096ff92edaa036d70853ec4b98)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=56553ea8d49e24d13b30ec9cd1fb9e9e08a05ea5
---

 modules/access/dtv/access.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/access/dtv/access.c b/modules/access/dtv/access.c
index d72fad6..52bbb7b 100644
--- a/modules/access/dtv/access.c
+++ b/modules/access/dtv/access.c
@@ -383,6 +383,7 @@ 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-tone", -1, TONE_TEXT, TONE_LONGTEXT, true)
         change_integer_list (auto_off_on_vlc, auto_off_on_user)
 #endif



More information about the vlc-commits mailing list