vje fix raster and flip

This commit is contained in:
Jerome Blanchi aka d.j.a.y
2019-05-28 15:54:09 +02:00
parent 05c01c11e6
commit 6934233aad
4 changed files with 52 additions and 145 deletions

View File

@@ -22,4 +22,6 @@
#define RASTER_H
vj_effect *raster_init(int w, int h);
void raster_apply( VJFrame *frame, int val, int mode);
int raster_malloc (int w , int h);
void raster_free(void);
#endif