gstreamer/gst/goom/goom_core.h
Thomas Vander Stichele 5d25c00e4b gst-indent
Original commit message from CVS:
gst-indent
2004-03-14 22:34:33 +00:00

14 lines
234 B
C

#ifndef _GOOMCORE_H
#define _GOOMCORE_H
#include <glib.h>
void goom_init (guint32 resx, guint32 resy);
void goom_set_resolution (guint32 resx, guint32 resy);
guint32 *goom_update (gint16 data[2][512]);
void goom_close ();
#endif