[vlc-commits] --spu should not be an advanced option

Jean-Baptiste Kempf git at videolan.org
Tue May 20 10:40:13 CEST 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 20 10:22:45 2014 +0200| [6b47c5a15b1a610b46113e5a34a41840638f13ff] | committer: Jean-Baptiste Kempf

--spu should not be an advanced option

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b47c5a15b1a610b46113e5a34a41840638f13ff
---

 src/libvlc-module.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 07bd6c2..0dd4c26 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1619,7 +1619,7 @@ vlc_module_begin ()
     set_section( N_("On Screen Display") , NULL )
     add_category_hint( N_("Subpictures"), SUB_CAT_LONGTEXT , false )
 
-    add_bool( "spu", 1, SPU_TEXT, SPU_LONGTEXT, true )
+    add_bool( "spu", 1, SPU_TEXT, SPU_LONGTEXT, false )
         change_safe ()
     add_bool( "osd", 1, OSD_TEXT, OSD_LONGTEXT, false )
     add_module( "text-renderer", "text renderer", NULL, TEXTRENDERER_TEXT,



More information about the vlc-commits mailing list