src/modules/sdl/consumer_sdl_preview.c
[melted] / src / modules / sdl / consumer_sdl_preview.c
index 6302512..3de41db 100644 (file)
@@ -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 );
        }