]> git.sesse.net Git - vlc/blobdiff - src/input/es_out_timeshift.c
Remove unused parameter
[vlc] / src / input / es_out_timeshift.c
index 02cb819a79a283fbbe7552bf08ed8378e05985a6..8b0c6180e6be0b3129b3462e61bb19d191daba01 100644 (file)
@@ -732,7 +732,7 @@ static int TsStart( es_out_t *p_out )
 
     p_sys->b_delayed = true;
     if( vlc_thread_create( p_ts, "es out timeshift",
-                           TsRun, VLC_THREAD_PRIORITY_INPUT, false ) )
+                           TsRun, VLC_THREAD_PRIORITY_INPUT ) )
     {
         msg_Err( p_sys->p_input, "cannot create input thread" );