summaryrefslogtreecommitdiffstats
path: root/gst/law/mulaw-conversion.h
diff options
context:
space:
mode:
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 */
+