mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 06:10:01 +01:00
fix plane lengths, fix plane lengths in FX, assign default NULL values, fix some compile warnings, some doc fixes, fix Y range for TV or digital YUV in some FX, align buffer alloc, remove unused code
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
vj_effect *diff_init(int width, int height);
|
||||
void diff_free(void *d);
|
||||
int diff_malloc(void **c, int w, int h);
|
||||
int diff_prepare(void *d, uint8_t *map[3], int w, int h);
|
||||
int diff_prepare(void *d, uint8_t *map[4], int w, int h);
|
||||
void diff_apply(void *d , VJFrame *frame,
|
||||
VJFrame *frame2, int width, int height,
|
||||
int th, int reverse, int show, int feather);
|
||||
|
||||
Reference in New Issue
Block a user