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