Commit 8b970ddc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

DirectSound: do not initialize volume twice

parent 1ec3a526
......@@ -164,8 +164,6 @@ static int OpenAudio( vlc_object_t *p_this )
if( unlikely( p_aout->sys == NULL ) )
return VLC_ENOMEM;
aout_VolumeSoftInit( p_aout );
/* Retrieve config values */
var_Create( p_aout, "directx-audio-float32",
VLC_VAR_BOOL | VLC_VAR_DOINHERIT );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment