diff -r bc39b352897e -r 69c7080681bf gst_plugins_good/gst/law/mulaw-conversion.h --- 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 - -void -mulaw_encode(gint16* in, guint8* out, gint numsamples); -void -mulaw_decode(guint8* in,gint16* out,gint numsamples); - -#endif /* _GST_ULAW_CONVERSION_H */ -