summaryrefslogtreecommitdiffstats
path: root/gst/goom/goom_fx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/goom_fx.h')
-rw-r--r--gst/goom/goom_fx.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gst/goom/goom_fx.h b/gst/goom/goom_fx.h
new file mode 100644
index 00000000..e672ece3
--- /dev/null
+++ b/gst/goom/goom_fx.h
@@ -0,0 +1,12 @@
+#ifndef _GOOM_FX_H
+#define _GOOM_FX_H
+
+#include "goom_visual_fx.h"
+#include "goom_plugin_info.h"
+
+VisualFX convolve_create ();
+VisualFX flying_star_create (void);
+
+void zoom_filter_c(int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]);
+
+#endif