drop yuv_alloc, move allocation to FX (align on 8 byte boundary) (fixes segv)

This commit is contained in:
niels
2012-12-29 22:54:00 +01:00
parent 94c34ae01e
commit 5ce6270a90
23 changed files with 148 additions and 141 deletions

View File

@@ -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 )
{