mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 23:15:30 +01:00
drop yuv_alloc, move allocation to FX (align on 8 byte boundary) (fixes segv)
This commit is contained in:
@@ -55,7 +55,6 @@ vj_effect *differencemap_init(int w, int h)
|
||||
|
||||
static uint8_t *binary_img = NULL;
|
||||
static int nframe = 0;
|
||||
#define RUP8(num)(((num)+8)&~8)
|
||||
|
||||
int differencemap_malloc(int w, int h )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user