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

16 lines
303 B
C

/*
* lines.h
* iGoom
*
* Created by guillaum on Tue Aug 14 2001.
* Copyright (c) 2001 ios. All rights reserved.
*
*/
#include <glib.h>
#include "graphic.h"
void goom_lines (gint16 data[2][512], unsigned int ID, unsigned int *p,
guint32 power);
void goom_lines_conf (gint16 config[25]);