X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Foldfilm%2Ffilter_vignette.c;h=1aa8b53d843d0fe222a1b041e83a9d3f7cc1b063;hb=70245c41f3201406365b210e9442ba1e7e97cdd3;hp=2a51e794f939a31bc7456476971c9ccbd8cbcc75;hpb=50b0cf41df4b52bb1c3f1ce86db415c1bc45fbc4;p=mlt diff --git a/src/modules/oldfilm/filter_vignette.c b/src/modules/oldfilm/filter_vignette.c index 2a51e794..1aa8b53d 100644 --- a/src/modules/oldfilm/filter_vignette.c +++ b/src/modules/oldfilm/filter_vignette.c @@ -122,11 +122,11 @@ mlt_filter filter_vignette_init( mlt_profile profile, mlt_service_type type, con */ this->process = filter_process; - mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "smooth", "0.8" ); - mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "radius", "0.5" ); - mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "x", "0.5" ); - mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "y", "0.5" ); - mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "opacity", "0.0" ); + mlt_properties_set_double( MLT_FILTER_PROPERTIES( this ), "smooth", 0.8 ); + mlt_properties_set_double( MLT_FILTER_PROPERTIES( this ), "radius", 0.5 ); + mlt_properties_set_double( MLT_FILTER_PROPERTIES( this ), "x", 0.5 ); + mlt_properties_set_double( MLT_FILTER_PROPERTIES( this ), "y", 0.5 ); + mlt_properties_set_double( MLT_FILTER_PROPERTIES( this ), "opacity", 0.0 ); //mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "end", "" );