]> git.sesse.net Git - vlc/blobdiff - modules/access/screen/screen.c
Revert the so-called whitelisting commits that are actually blacklisting
[vlc] / modules / access / screen / screen.c
index 8a15a9b48dc6ff065b16646de3b4355d775116bc..223cc46b98f1e68980d72fa18cee7ecf8c0d6d36 100644 (file)
@@ -63,14 +63,11 @@ vlc_module_begin();
 
     add_integer( "screen-caching", DEFAULT_PTS_DELAY / 1000, NULL,
         CACHING_TEXT, CACHING_LONGTEXT, VLC_TRUE );
-        change_safe();
     add_float( "screen-fps", SCREEN_FPS, 0, FPS_TEXT, FPS_LONGTEXT, VLC_TRUE );
-        change_safe();
 
 #ifdef WIN32
     add_integer( "screen-fragment-size", 0, NULL, FRAGS_TEXT,
         FRAGS_LONGTEXT, VLC_TRUE );
-        change_safe();
 #endif
 
     set_capability( "access_demux", 0 );