]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/esd.c
input options whitelisting, step 2 (refs #1371)
[vlc] / modules / audio_output / esd.c
index 5fca9c9dfab7403ab1ff4776bb88643340e8fcdd..2c18c842e1749eab6b1f8500f320476f1f82e599 100644 (file)
@@ -66,6 +66,7 @@ vlc_module_begin();
     set_shortname( "EsounD" );
     set_capability( "audio output", 50 );
     add_string( "esdserver", "", NULL, N_("Esound server"), NULL, VLC_FALSE );
+        change_safe();
     set_category( CAT_AUDIO );
     set_subcategory( SUBCAT_AUDIO_AOUT );
     set_callbacks( Open, Close );