gst_plugins_good/gst/law/mulaw-conversion.h
changeset 27 d43ce56a1534
parent 23 29ecd5cb86b3
child 31 aec498aab1d3
--- a/gst_plugins_good/gst/law/mulaw-conversion.h	Tue Jul 06 14:35:10 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-#ifndef _GST_ULAW_CONVERSION_H
-#define _GST_ULAW_CONVERSION_H
-
-#include <glib.h>
-
-void
-mulaw_encode(gint16* in, guint8* out, gint numsamples);
-void
-mulaw_decode(guint8* in,gint16* out,gint numsamples);
-
-#endif /* _GST_ULAW_CONVERSION_H */
-