Skip to content

Commit f706f61

Browse files
committed
Add Hybrid RGB Smoothing Interpolator (3)
1 parent 9fc3712 commit f706f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/base/schema/schema-smoothing.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type" : "string",
1818
"title" : "edt_conf_smooth_type_title",
1919
"enum" : ["Stepper", "YuvInterpolator", "RgbInterpolator", "HybridInterpolator", "HybridRgbInterpolator", "ExponentialInterpolator"],
20-
"default" : "Stepper",
20+
"default" : "HybridRgbInterpolator",
2121
"options" : {
2222
"enum_titles" : ["edt_conf_enum_interpolator_Stepper_title", "edt_conf_enum_interpolator_YuvInterpolator_title", "edt_conf_enum_interpolator_RgbInterpolator_title", "edt_conf_enum_interpolator_HybridInterpolator_title", "edt_conf_enum_interpolator_HybridRgbInterpolator_title", "edt_conf_enum_interpolator_ExponentialInterpolator_title"]
2323
},

0 commit comments

Comments
 (0)