Commit d6d69ae1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Mark --sub-file option safe - should fix #3224

parent d14bb18c
......@@ -1769,6 +1769,7 @@ vlc_module_begin ()
set_section( N_("Subtitles") , NULL )
add_file( "sub-file", NULL, NULL, SUB_FILE_TEXT,
SUB_FILE_LONGTEXT, false )
change_safe()
add_bool( "sub-autodetect-file", true, NULL,
SUB_AUTO_TEXT, SUB_AUTO_LONGTEXT, false )
add_integer( "sub-autodetect-fuzzy", 3, NULL,
......
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