cleanup, bugfixes

git-svn-id: svn://code.dyne.org/veejay/trunk@691 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2006-12-04 20:33:01 +00:00
parent 7c815b2fcc
commit bd434f202d
32 changed files with 1706 additions and 1722 deletions

View File

@@ -317,7 +317,7 @@ void vj_effman_apply_image_effect(
bathroom_apply(frames[0],frameinfo->width,frameinfo->height,arg[0],arg[1]);
break;
case VJ_IMAGE_EFFECT_GOOM:
goomfx_apply( frames[0], frameinfo->width,frameinfo->height,arg[0]);
goomfx_apply( frames[0], frameinfo->width,frameinfo->height,arg[0],arg[1]);
break;
case VJ_IMAGE_EFFECT_ZOOM:
zoom_apply(frames[0], frameinfo->width, frameinfo->height,arg[0],arg[1],arg[2]);