]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/clone.c
Revert the so-called whitelisting commits that are actually blacklisting
[vlc] / modules / video_filter / clone.c
index 7cb8378f6c456192051541e5f86091576562dd46..8e21a97d466b704b340c18425685e51e39371b7a 100644 (file)
@@ -68,9 +68,7 @@ vlc_module_begin();
     set_subcategory( SUBCAT_VIDEO_VFILTER );
 
     add_integer( CFG_PREFIX "count", 2, NULL, COUNT_TEXT, COUNT_LONGTEXT, VLC_FALSE );
-        change_safe();
     add_string ( CFG_PREFIX "vout-list", NULL, NULL, VOUTLIST_TEXT, VOUTLIST_LONGTEXT, VLC_TRUE );
-        change_safe();
 
     add_shortcut( "clone" );
     set_callbacks( Create, Destroy );