mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-17 21:30:02 +01:00
fix frei0r
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
void* deal_with_fr( void *handle, char *name );
|
||||
|
||||
int frei0r_plug_init( void *plugin , int w, int h );
|
||||
void* frei0r_plug_init( void *plugin , int w, int h,int pf );
|
||||
|
||||
void frei0r_plug_deinit( void *plugin );
|
||||
|
||||
@@ -15,4 +15,5 @@ void frei0r_plug_control( void *plugin, int *args );
|
||||
|
||||
void frei0r_plug_process_ext( void *plugin, void *in1, void *in2, void *out);
|
||||
|
||||
int init_frei0r(int w, int h, int pf);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user