Commit 3af824fc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Jean-Baptiste Kempf

DirectSound: do not initialize volume twice

(cherry picked from commit 8b970ddc)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a4eca1f0
...@@ -164,8 +164,6 @@ static int OpenAudio( vlc_object_t *p_this ) ...@@ -164,8 +164,6 @@ static int OpenAudio( vlc_object_t *p_this )
if( unlikely( p_aout->sys == NULL ) ) if( unlikely( p_aout->sys == NULL ) )
return VLC_ENOMEM; return VLC_ENOMEM;
aout_VolumeSoftInit( p_aout );
/* Retrieve config values */ /* Retrieve config values */
var_Create( p_aout, "directx-audio-float32", var_Create( p_aout, "directx-audio-float32",
VLC_VAR_BOOL | VLC_VAR_DOINHERIT ); 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