mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-22 15:50:01 +01:00
vje fix raster and flip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user