]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/directx.c
Revert the so-called whitelisting commits that are actually blacklisting
[vlc] / modules / audio_output / directx.c
index b9467b0c414d3123f64a463fc5225d75efec76a3..f22c77488240f4190cd1af47e9d079d17ab67ff1 100644 (file)
@@ -217,10 +217,8 @@ vlc_module_begin();
     add_shortcut( "directx" );
     add_integer( "directx-audio-device", 0, NULL, DEVICE_TEXT,
                  DEVICE_LONGTEXT, VLC_TRUE );
-        change_safe();
     add_bool( "directx-audio-float32", 0, 0, FLOAT_TEXT,
               FLOAT_LONGTEXT, VLC_TRUE );
-        change_safe();
     set_callbacks( OpenAudio, CloseAudio );
 vlc_module_end();