]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/hd1000a.cpp
Remove unused parameter
[vlc] / modules / audio_output / hd1000a.cpp
index a317cdf4cbeb5a9deb62b5ad9967d565a1353f53..78a77d1cba7e0d3ea85d5b06ad594884c0fe7ab0 100644 (file)
@@ -168,7 +168,7 @@ static int Open( vlc_object_t * p_this )
 
     /* Create thread and wait for its readiness. */
     if( vlc_thread_create( p_aout, "aout", Thread,
-                           VLC_THREAD_PRIORITY_OUTPUT, false ) )
+                           VLC_THREAD_PRIORITY_OUTPUT ) )
     {
         msg_Err( p_aout, "cannot create OSS thread (%m)" );
         pPlayer->Close();