]> git.sesse.net Git - vlc/blobdiff - modules/access_output/rtmp.c
Remove unused parameter
[vlc] / modules / access_output / rtmp.c
index f2155c714ae85931e80c321d0f7b989527da7893..5b730f44f71af290fee383a859207033c3a911c3 100644 (file)
@@ -218,7 +218,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;