mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 07:10:14 +01:00
fix many compile warnings
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
vj_effect *bgsubtract_init(int width, int height);
|
||||
void bgsubtract_free(void *d);
|
||||
void bgsubtract_free();
|
||||
int bgsubtract_malloc(int w, int h);
|
||||
int bgsubtract_prepare(uint8_t *map[3], int w, int h);
|
||||
void bgsubtract_apply(VJFrame *frame,int width,int height,int mode, int threshold);
|
||||
|
||||
Reference in New Issue
Block a user