albino.c, inigo.c: disable realtime scheduling (kdenlive-180).
[melted] / src / albino / albino.c
index 2c3cac5..c04aa8b 100644 (file)
@@ -61,13 +61,6 @@ int main( int argc, char **argv  )
        {
                struct sched_param scp;
        
-               // Use realtime scheduling if possible
-               memset( &scp, '\0', sizeof( scp ) );
-               scp.sched_priority = sched_get_priority_max( SCHED_FIFO ) - 1;
-#ifndef __DARWIN__
-               sched_setscheduler( 0, SCHED_FIFO, &scp );
-#endif
-
                printf( "Miracle Standalone Instance\n" );
                parser = miracle_parser_init_local( );
                response = valerie_parser_connect( parser );