]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/motionblur.c
Revert the so-called whitelisting commits that are actually blacklisting
[vlc] / modules / video_filter / motionblur.c
index caa28709b5c2c47674eddf1bf797f55f6aeadfb6..8088ac94e0b87f1acf150a8de3a46f44f2f5a02b 100644 (file)
@@ -59,7 +59,6 @@ vlc_module_begin();
 
     add_integer_with_range( FILTER_PREFIX "factor", 80, 1, 127, NULL,
                             FACTOR_TEXT, FACTOR_LONGTEXT, VLC_FALSE );
-        change_safe();
 
     add_shortcut( "blur" );