mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 06:55:31 +01:00
issue #42
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user