From 8af2cb1f1ee8701eeb85c9316e1803f45787b153 Mon Sep 17 00:00:00 2001 From: ddennedy Date: Sat, 4 Aug 2007 07:43:36 +0000 Subject: [PATCH] consumer_sdl_still.c: bugfix segfault git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1023 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/modules/sdl/consumer_sdl_still.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/modules/sdl/consumer_sdl_still.c b/src/modules/sdl/consumer_sdl_still.c index 71e698b..9250f8d 100644 --- a/src/modules/sdl/consumer_sdl_still.c +++ b/src/modules/sdl/consumer_sdl_still.c @@ -192,7 +192,6 @@ static int consumer_start( mlt_consumer parent ) if ( SDL_GetVideoSurface( ) != NULL ) { this->sdl_screen = SDL_GetVideoSurface( ); - consumer_get_dimensions( &this->window_width, &this->window_height ); } } -- 1.7.4.4