X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqnx%2Faout.c;h=17a9d045ca4617f23336ce2d30468504c816c8e5;hb=35b474003dac21d775f8c37f0c68e40e65bf2e9b;hp=02b36de53d099a5469e74f849279fc355c48f7e6;hpb=df657969f789310b72a96fc5fbe227f375f4a839;p=vlc diff --git a/modules/gui/qnx/aout.c b/modules/gui/qnx/aout.c index 02b36de53d..17a9d045ca 100644 --- a/modules/gui/qnx/aout.c +++ b/modules/gui/qnx/aout.c @@ -106,6 +106,7 @@ int E_(OpenAudio)( vlc_object_t *p_this ) p_aout->output.p_sys->p_silent_buffer = malloc( DEFAULT_FRAME_SIZE * 4 ); p_aout->output.pf_play = Play; + aout_VolumeSoftInit( p_aout ); memset( &pi, 0, sizeof(pi) ); memset( &pp, 0, sizeof(pp) );