mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 23:15:30 +01:00
add new FX Bloom (uses openMP)
This commit is contained in:
@@ -188,6 +188,7 @@
|
||||
#include "./effects/widthmirror.h"
|
||||
#include "./effects/zoom.h"
|
||||
#include "./effects/stretch.h"
|
||||
#include "./effects/bloom.h"
|
||||
#include "./transitions/3bar.h"
|
||||
#include "./transitions/fadecolor.h"
|
||||
#include "./transitions/fadecolorrgb.h"
|
||||
@@ -199,7 +200,7 @@
|
||||
#include "./transitions/vbar.h"
|
||||
#include "./transitions/wipe.h"
|
||||
|
||||
#define VJ_IMAGE_EFFECT_MIN 87
|
||||
#define VJ_IMAGE_EFFECT_MIN 86
|
||||
#define VJ_IMAGE_EFFECT_MAX 199
|
||||
|
||||
#define VJ_VIDEO_EFFECT_MIN 200
|
||||
@@ -432,6 +433,7 @@ enum {
|
||||
VJ_IMAGE_EFFECT_PIXELSORT = 89,
|
||||
VJ_IMAGE_EFFECT_PIXELSORTALPHA = 88,
|
||||
VJ_IMAGE_EFFECT_CREATIVESTRETCH = 87,
|
||||
VJ_IMAGE_EFFECT_BLOOM = 86,
|
||||
VJ_IMAGE_EFFECT_DUMMY=0,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user