summaryrefslogtreecommitdiffstats
path: root/gst/law/mulaw-conversion.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-09-25 17:18:34 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-09-25 17:18:34 +0000
commitab3379a6ac746bc754554a689835dfdb0fbc1d27 (patch)
treec651ae1de128341aa8f2b006bb683d4688392b0a /gst/law/mulaw-conversion.h
parent89dee84fd7c848abdbb335f255fa0ca092b92bea (diff)
gst/law/: Compulsive clean-ups: use boilerplate macros, add debug categories, fix up things to conform to symbol nome...
Original commit message from CVS: * gst/law/alaw-decode.c: * gst/law/alaw-decode.h: * gst/law/alaw-encode.c: * gst/law/alaw-encode.h: * gst/law/alaw.c: * gst/law/mulaw-conversion.h: Compulsive clean-ups: use boilerplate macros, add debug categories, fix up things to conform to symbol nomenklatura, etc.
Diffstat (limited to 'gst/law/mulaw-conversion.h')
-rw-r--r--gst/law/mulaw-conversion.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/gst/law/mulaw-conversion.h b/gst/law/mulaw-conversion.h
index 55180121..38367ad6 100644
--- a/gst/law/mulaw-conversion.h
+++ b/gst/law/mulaw-conversion.h
@@ -1,5 +1,5 @@
-#ifndef _GST_ULAWDECODE_H
-#define _GST_ULAWDECODE_H
+#ifndef _GST_ULAW_CONVERSION_H
+#define _GST_ULAW_CONVERSION_H
#include <glib.h>
@@ -7,4 +7,6 @@ void
mulaw_encode(gint16* in, guint8* out, gint numsamples);
void
mulaw_decode(guint8* in,gint16* out,gint numsamples);
-#endif
+
+#endif /* _GST_ULAW_CONVERSION_H */
+