]> git.sesse.net Git - vlc/blobdiff - modules/video_output/snapshot.c
Revert the so-called whitelisting commits that are actually blacklisting
[vlc] / modules / video_output / snapshot.c
index e21ddfdbb07d6f9f3e1cc68cb846749eed2850e8..9c2c63fb93107f35b9ec8133e0982c0021fdfa57 100644 (file)
@@ -79,13 +79,9 @@ vlc_module_begin( );
     set_capability( "video output", 1 );
 
     add_integer( "snapshot-width", 320, NULL, WIDTH_TEXT, WIDTH_LONGTEXT, VLC_FALSE );
-        change_safe();
     add_integer( "snapshot-height", 200, NULL, HEIGHT_TEXT, HEIGHT_LONGTEXT, VLC_FALSE );
-        change_safe();
     add_string( "snapshot-chroma", "RV32", NULL, CHROMA_TEXT, CHROMA_LONGTEXT, VLC_TRUE );
-        change_safe();
     add_integer( "snapshot-cache-size", 50, NULL, CACHE_TEXT, CACHE_LONGTEXT, VLC_TRUE );
-        change_safe();
 
     set_callbacks( Create, Destroy );
 vlc_module_end();