X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Finigo%2Finigo.c;h=592900e30826bfa2824c64b83ba76c2c534a2983;hb=7858760000edcb3217441259b462604c834804dd;hp=456fe74f22ba3b4f0fd638d093c4e86d9ac510b2;hpb=3ed125ea76bc52db249073f1ecbf946f48c1a00e;p=melted diff --git a/src/inigo/inigo.c b/src/inigo/inigo.c index 456fe74..592900e 100644 --- a/src/inigo/inigo.c +++ b/src/inigo/inigo.c @@ -322,18 +322,10 @@ int main( int argc, char **argv ) mlt_producer inigo = NULL; FILE *store = NULL; char *name = NULL; - struct sched_param scp; mlt_profile profile = NULL; int is_progress = 0; int is_silent = 0; - // 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 - // Construct the factory mlt_repository repo = mlt_factory_init( NULL );