Skip to content

Commit ccf7ef2

Browse files
authored
Remove default value for rotate_anchor
1 parent 342ae48 commit ccf7ef2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/modules/qt/filter_qtblend.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,6 @@ mlt_filter filter_qtblend_init(mlt_profile profile, mlt_service_type type, const
279279
filter->process = filter_process;
280280
mlt_properties properties = MLT_FILTER_PROPERTIES(filter);
281281
mlt_properties_set_int(properties, "rotate_center", 0);
282-
283-
// Initialize rotate_anchor property with center position (0.5, 0.5)
284-
mlt_rect default_anchor = {0.5, 0.5, 0.0, 0.0, 0.0};
285-
mlt_properties_set_rect(properties, "rotate_anchor", default_anchor);
286282
} else {
287283
mlt_log_error(MLT_FILTER_SERVICE(filter), "Filter qtblend failed\n");
288284

0 commit comments

Comments
 (0)