]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/oss.c
Remove unused parameter
[vlc] / modules / audio_output / oss.c
index 6e8d362954c936c1f5eaeae3ae1c74fa06e7da94..ee21df3f1db4743d0086328e9a970033b848df16 100644 (file)
@@ -518,7 +518,7 @@ static int Open( vlc_object_t *p_this )
 
     /* Create OSS thread and wait for its readiness. */
     if( vlc_thread_create( p_aout, "aout", OSSThread,
-                           VLC_THREAD_PRIORITY_OUTPUT, false ) )
+                           VLC_THREAD_PRIORITY_OUTPUT ) )
     {
         msg_Err( p_aout, "cannot create OSS thread (%m)" );
         close( p_sys->i_fd );