mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
72ec4a2aa3
Original commit message from CVS: * *.h: Revert indenting
10 lines
207 B
C
10 lines
207 B
C
#ifndef _SYNAESCOPE_H
|
|
#define _SYNAESCOPE_H
|
|
|
|
#include <glib.h>
|
|
|
|
void synaesthesia_init (guint32 resx, guint32 resy);
|
|
guint32 * synaesthesia_update (gint16 data [2][512]);
|
|
void synaesthesia_close ();
|
|
|
|
#endif
|