aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/ilbc/hpOutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/ilbc/hpOutput.h')
-rwxr-xr-xcodecs/ilbc/hpOutput.h51
1 files changed, 25 insertions, 26 deletions
diff --git a/codecs/ilbc/hpOutput.h b/codecs/ilbc/hpOutput.h
index b19f5d1ec..8092947a1 100755
--- a/codecs/ilbc/hpOutput.h
+++ b/codecs/ilbc/hpOutput.h
@@ -1,26 +1,25 @@
-
-/******************************************************************
-
- iLBC Speech Coder ANSI-C Source Code
-
- hpOutput.h
-
- Copyright (c) 2001,
- Global IP Sound AB.
- All rights reserved.
-
-******************************************************************/
-
-#ifndef __iLBC_HPOUTPUT_H
-#define __iLBC_HPOUTPUT_H
-
-void hpOutput(
- 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
+
+ hpOutput.h
+
+ Copyright (C) The Internet Society (2004).
+ All Rights Reserved.
+
+******************************************************************/
+
+#ifndef __iLBC_HPOUTPUT_H
+#define __iLBC_HPOUTPUT_H
+
+void hpOutput(
+ 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
+
+