]> git.sesse.net Git - vlc/blobdiff - modules/access/rtmp/access.c
Remove unused parameter
[vlc] / modules / access / rtmp / access.c
index 870c48d3ed0386690cd4fc89265e1a608a94ec68..14c9f4f41df23fc8faffda4b6c8538657e735e88 100644 (file)
@@ -212,7 +212,7 @@ static int Open( vlc_object_t *p_this )
     }
 
     if( vlc_thread_create( p_sys->p_thread, "rtmp control thread", ThreadControl,
-                           VLC_THREAD_PRIORITY_INPUT, false ) )
+                           VLC_THREAD_PRIORITY_INPUT ) )
     {
         msg_Err( p_access, "cannot spawn rtmp control thread" );
         goto error2;