mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
5acffea623
Original commit message from CVS: * *.h: Revert indenting
10 lines
199 B
C
10 lines
199 B
C
#ifndef _GST_ULAWDECODE_H
|
|
#define _GST_ULAWDECODE_H
|
|
|
|
#include <glib.h>
|
|
|
|
void
|
|
mulaw_encode(gint16* in, guint8* out, gint numsamples);
|
|
void
|
|
mulaw_decode(guint8* in,gint16* out,gint numsamples);
|
|
#endif
|