mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 07:10:14 +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
|
"Normal", //0
|
||||||
"Reverse"); //1
|
"Reverse"); //1
|
||||||
|
|
||||||
|
vje_build_value_hint_list (ve->hints, ve->limits[1][2],2,
|
||||||
|
"Image", //0
|
||||||
|
"Contour"); //1
|
||||||
|
|
||||||
return ve;
|
return ve;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user