]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/rtp.c
Remove unused parameter
[vlc] / modules / stream_out / rtp.c
index 1d1065502af9f46117aa5b832f35d013723d611c..09cf1c961e1e51086640ea1b0d4390d765980d6d 100644 (file)
@@ -1263,7 +1263,7 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt )
 
     id->p_fifo = block_FifoNew();
     if( vlc_thread_create( id, "RTP send thread", ThreadSend,
-                           VLC_THREAD_PRIORITY_HIGHEST, false ) )
+                           VLC_THREAD_PRIORITY_HIGHEST ) )
         goto error;
 
     /* Update p_sys context */