]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_obscure.c
Use '/' for coordinate delimiter instead of period.
[mlt] / src / modules / core / filter_obscure.c
index d2413b318a386807cc4ab28e5ef959afb121f53f..41e7f2edf9aa70ec9986255f65fb60b1f97f0ce4 100644 (file)
@@ -282,7 +282,7 @@ mlt_filter filter_obscure_init( mlt_profile profile, mlt_service_type type, cons
        {
                mlt_properties properties = MLT_FILTER_PROPERTIES( this );
                this->process = filter_process;
-               mlt_properties_set( properties, "start", arg != NULL ? arg : "0%,0%:100%x100%" );
+               mlt_properties_set( properties, "start", arg != NULL ? arg : "0%/0%:100%x100%" );
                mlt_properties_set( properties, "end", "" );
        }
        return this;