magic overlay scratcher is an image effect

This commit is contained in:
niels
2015-06-11 21:20:03 +02:00
parent b1e78d6c15
commit aee4e7d547

View File

@@ -49,7 +49,7 @@ vj_effect *magicscratcher_init(int w, int h)
ve->defaults[2] = 1;
ve->description = "Magic Overlay Scratcher";
ve->sub_format = 0;
ve->extra_frame = 1;
ve->extra_frame = 0;
ve->has_user = 0;
ve->param_description = vje_build_param_list( ve->num_params, "Mode", "Scratch frames", "PingPong");
return ve;