mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
Libvje / contourextract : param 2 naming
* Image / Contour
This commit is contained in:
@@ -92,6 +92,10 @@ vj_effect *contourextract_init(int width, int height)
|
||||
"Normal", //0
|
||||
"Reverse"); //1
|
||||
|
||||
vje_build_value_hint_list (ve->hints, ve->limits[1][2],2,
|
||||
"Image", //0
|
||||
"Contour"); //1
|
||||
|
||||
return ve;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user