mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 15:05:28 +01:00
cleanup, bugfixes
git-svn-id: svn://code.dyne.org/veejay/trunk@691 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user