gst-indent
[platform/upstream/gst-plugins-good.git] / gst / law / mulaw-conversion.h
1 #ifndef _GST_ULAWDECODE_H
2 #define _GST_ULAWDECODE_H
3
4 #include <glib.h>
5
6 void mulaw_encode (gint16 * in, guint8 * out, gint numsamples);
7 void mulaw_decode (guint8 * in, gint16 * out, gint numsamples);
8 #endif