X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsdl%2Fconsumer_sdl_preview.c;h=4b7e11691fad1396984650e6013dad6b100e2490;hb=59456c0f8d288d6bfa6df60d692b9209741ab02e;hp=8bf9e7c775071f46d7b3b19d9d8309fcd46a57af;hpb=7b24e5659345b8ef38a3a8634a46d3f3a480dd1f;p=melted diff --git a/src/modules/sdl/consumer_sdl_preview.c b/src/modules/sdl/consumer_sdl_preview.c index 8bf9e7c..4b7e116 100644 --- a/src/modules/sdl/consumer_sdl_preview.c +++ b/src/modules/sdl/consumer_sdl_preview.c @@ -204,6 +204,9 @@ static void *consumer_thread( void *arg ) mlt_properties_set_data( play, "app_unlock", mlt_properties_get_data( properties, "app_unlock", NULL ), 0, NULL, NULL ); mlt_properties_set_data( still, "app_unlock", mlt_properties_get_data( properties, "app_unlock", NULL ), 0, NULL, NULL ); + mlt_properties_set_int( play, "progressive", 1 ); + mlt_properties_set_int( still, "progressive", 1 ); + mlt_properties_set_int( play, "put_mode", 1 ); mlt_properties_set_int( still, "put_mode", 1 ); @@ -259,7 +262,6 @@ static void *consumer_thread( void *arg ) { this->last_speed = use_speed; this->active = this->still; - this->ignore_change = 5; mlt_consumer_start( this->still ); } mlt_properties_set_int( still, "changed", changed );