src/modules/sdl/consumer_sdl_preview.c
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 29 Aug 2005 08:38:50 +0000 (08:38 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 29 Aug 2005 08:38:50 +0000 (08:38 +0000)
+ Temporary rollback for linux

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@816 d19143bc-622f-0410-bfdd-b5b2a6649095

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 );
        }