This commit is contained in:
niels
2015-11-07 22:55:56 +01:00
parent de51f27776
commit 03e378ed38
20 changed files with 192 additions and 188 deletions

View File

@@ -42,9 +42,10 @@ vj_effect *contrast_init(int w, int h)
ve->parallel = 1;
ve->description = "Contrast";
ve->has_user = 0;
ve->parallel = 1;
ve->extra_frame = 0;
ve->sub_format = -1;
ve->param_description = vje_build_param_list( ve->num_params, "Mode", "Intensity 1", "Intensity 2" );
ve->param_description = vje_build_param_list( ve->num_params, "Mode", "Luma", "Chroma" );
return ve;
}