summaryrefslogtreecommitdiff
path: root/codecs/ilbc/hpInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/ilbc/hpInput.h')
-rwxr-xr-xcodecs/ilbc/hpInput.h53
1 files changed, 27 insertions, 26 deletions
diff --git a/codecs/ilbc/hpInput.h b/codecs/ilbc/hpInput.h
index 9be4fc287..1de47003f 100755
--- a/codecs/ilbc/hpInput.h
+++ b/codecs/ilbc/hpInput.h
@@ -1,26 +1,27 @@
-
-/******************************************************************
-
- iLBC Speech Coder ANSI-C Source Code
-
- hpInput.h
-
- Copyright (c) 2001,
- Global IP Sound AB.
- All rights reserved.
-
-******************************************************************/
-
-#ifndef __iLBC_HPINPUT_H
-#define __iLBC_HPINPUT_H
-
-void hpInput(
- float *In, /* (i) vector to filter */
- int len, /* (i) length of vector to filter */
- float *Out, /* (o) the resulting filtered vector */
- float *mem /* (i/o) the filter state */
-);
-
-#endif
-
-
+
+/******************************************************************
+
+ iLBC Speech Coder ANSI-C Source Code
+
+ hpInput.h
+
+ Copyright (C) The Internet Society (2004).
+ All Rights Reserved.
+
+******************************************************************/
+
+
+
+#ifndef __iLBC_HPINPUT_H
+#define __iLBC_HPINPUT_H
+
+void hpInput(
+ float *In, /* (i) vector to filter */
+ int len, /* (i) length of vector to filter */
+ float *Out, /* (o) the resulting filtered vector */
+ float *mem /* (i/o) the filter state */
+);
+
+#endif
+
+