gst_plugins_good/gst/law/mulaw-conversion.h
changeset 26 69c7080681bf
parent 24 bc39b352897e
child 28 4ed5253bb6ba
--- a/gst_plugins_good/gst/law/mulaw-conversion.h	Fri Jul 09 16:26:45 2010 -0500
+++ /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 */
-