configure
[melted] / src / modules / sdl / consumer_sdl.c
index 378a78b..46a6e16 100644 (file)
@@ -205,6 +205,8 @@ int consumer_start( mlt_consumer parent )
                if ( !mlt_properties_get_int( MLT_CONSUMER_PROPERTIES( parent ), "audio_off" ) )
                        SDL_InitSubSystem( SDL_INIT_AUDIO );
 
+               this->sdl_screen = SDL_SetVideoMode( this->window_width, this->window_height, 0, this->sdl_flags );
+
                pthread_create( &this->thread, NULL, consumer_thread, this );
        }