X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsdl%2Fconsumer_sdl_preview.c;h=3de41db5f03f2708b871dc7625be28db0fbafd93;hb=845cec20e3930d5182bc43859f4de9374e53db1e;hp=6302512ee3088f20f3a66f5d3e23c59bbe086924;hpb=ef7ca733ee283439a791bfcaea8016bfa3f44a29;p=melted diff --git a/src/modules/sdl/consumer_sdl_preview.c b/src/modules/sdl/consumer_sdl_preview.c index 6302512..3de41db 100644 --- a/src/modules/sdl/consumer_sdl_preview.c +++ b/src/modules/sdl/consumer_sdl_preview.c @@ -160,7 +160,7 @@ static int consumer_start( mlt_consumer parent ) SDL_EnableKeyRepeat( SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL ); SDL_EnableUNICODE( 1 ); - mlt_consumer_start( this->still ); + //mlt_consumer_start( this->still ); pthread_create( &this->thread, NULL, consumer_thread, this ); }