]> git.sesse.net Git - vlc/blobdiff - modules/gui/qnx/aout.c
* ALL: More hooks for audio volume management.
[vlc] / modules / gui / qnx / aout.c
index 02b36de53d099a5469e74f849279fc355c48f7e6..17a9d045ca4617f23336ce2d30468504c816c8e5 100644 (file)
@@ -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) );