Commit 6b47c5a1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

--spu should not be an advanced option

parent 334715ee
......@@ -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,
......
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