15f942d2317cc49968c85e5f33084ab5532544f6
[platform/upstream/gst-plugins-good.git] / gst / goom / goom_core.h
1 #ifndef _GOOMCORE_H
2 #define _GOOMCORE_H
3
4 #include <glib.h>
5
6 void goom_init (guint32 resx, guint32 resy);
7 void goom_set_resolution (guint32 resx, guint32 resy);
8
9 guint32 * goom_update (gint16 data [2][512]);
10
11 void goom_close ();
12
13 #endif