]> git.sesse.net Git - mlt/blobdiff - src/modules/core/transition_region.c
Use '/' for coordinate delimiter instead of period.
[mlt] / src / modules / core / transition_region.c
index cf147b20d855ec3f79ab4b6cb6b39a6059fe1d9c..afab7f63b0cfa61e686f9f07fa088b2660a4e8cd 100644 (file)
@@ -68,7 +68,7 @@ static int create_instance( mlt_transition this, char *name, char *value, int co
                sprintf( key, "%s.", name );
 
                // Just in case, let's assume that the filter here has a composite
-               //mlt_properties_set( MLT_FILTER_PROPERTIES( filter ), "composite.geometry", "0%,0%:100%x100%" );
+               //mlt_properties_set( MLT_FILTER_PROPERTIES( filter ), "composite.geometry", "0%/0%:100%x100%" );
                //mlt_properties_set_int( MLT_FILTER_PROPERTIES( filter ), "composite.fill", 1 );
 
                // Pass all the key properties on the filter down