Libvje / contourextract : param 2 naming

* Image / Contour
This commit is contained in:
[d.j.a.y] Jerome Blanchi
2016-08-08 11:09:59 +02:00
parent b12c7794da
commit fa0b46934d

View File

@@ -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;
}