add negate per channel, close clients on quit

git-svn-id: svn://code.dyne.org/veejay/trunk@1254 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2008-12-11 20:39:29 +00:00
parent 8b5ac4a13f
commit 0737d0b51b
7 changed files with 227 additions and 3 deletions

View File

@@ -28,6 +28,7 @@
#include "effects/fibdownscale.h"
#include "effects/magicoverlays.h"
#include "effects/negation.h"
#include "effects/negatechannel.h"
#include "effects/radcor.h"
#include "effects/opacity.h"
#include "effects/posterize.h"
@@ -597,6 +598,8 @@ void vj_effect_initialize(int width, int height, int full_range)
vj_effects[i + 49] = waterrippletv_init(width,height);
vj_effects[i + 89 ]= radcor_init(width,height);
vj_effects[i + 90 ]= bgsubtract_init(width,height);
vj_effects[i + 91 ]= negatechannel_init(width,height);
max_width = width;
max_height = height;