Commit ed9c773e authored by Anthony Loiseau's avatar Anthony Loiseau Committed by Rémi Denis-Courmont

deinterlace: Tag this option as safe

Deinterlace plugin seems safe enough to allow its usage, in web plugin
in my case.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent af6b0c4a
......@@ -133,6 +133,7 @@ vlc_module_begin ()
add_string( "deinterlace-mode", "discard", NULL, MODE_TEXT,
MODE_LONGTEXT, false )
change_string_list( mode_list, mode_list_text, 0 )
change_safe ()
add_shortcut( "deinterlace" )
set_callbacks( Create, Destroy )
......
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