X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Foldfilm%2Ffilter_vignette.c;h=e9e3f5d0f814a44086b990deeeac8b4a98869b34;hb=2878b432665c890b3cb3e59ed7603a00130f0eab;hp=5da0811c612caf5beecf449f1fd426fb2c6cd4cb;hpb=bcc6b806e31890a1cd23e93867b376f4e0126b10;p=melted diff --git a/src/modules/oldfilm/filter_vignette.c b/src/modules/oldfilm/filter_vignette.c index 5da0811..e9e3f5d 100644 --- a/src/modules/oldfilm/filter_vignette.c +++ b/src/modules/oldfilm/filter_vignette.c @@ -117,7 +117,7 @@ mlt_filter filter_vignette_init( mlt_profile profile, mlt_service_type type, con */ this->process = filter_process; - mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "start", "80:50,50x50,0" ); + mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "geometry", "80:50%:50%:50%:0" ); //mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "end", "" ); }