Files
veejay/veejay-current/veejay-server/libvje/effects/cutstop.h
Niels Elburg d8e6f98d53 Initial checkin of veejay 1.4
git-svn-id: svn://code.dyne.org/veejay/trunk@1172 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2008-11-10 20:16:24 +00:00

15 lines
298 B
C

#ifndef CUTSTOP_H
#define CUTSTOP_H
#include <libvje/vje.h>
void cutstop_free() ;
vj_effect *cutstop_init(int width , int height);
int cutstop_malloc(int width, int height);
void cutstop_apply( VJFrame *frame,
int width, int height, int treshold,
int freq, int cutmode, int holdmode);
#endif