]> git.sesse.net Git - mlt/blobdiff - src/modules/oldfilm/filter_vignette.c
Fix some default numeric property values in some locales.
[mlt] / src / modules / oldfilm / filter_vignette.c
index 2a51e794f939a31bc7456476971c9ccbd8cbcc75..1aa8b53d843d0fe222a1b041e83a9d3f7cc1b063 100644 (file)
@@ -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", "" );