aboutsummaryrefslogtreecommitdiff
path: root/src/delta.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/delta.c')
-rw-r--r--src/delta.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/delta.c b/src/delta.c
index 79250e2..8e9fcd0 100644
--- a/src/delta.c
+++ b/src/delta.c
@@ -32,8 +32,7 @@ int xtract_flux(const float *data, const int N, const void *argv , float *result
int xtract_lnorm(const float *data, const int N, const void *argv , float *result){
- int feature,
- n,
+ int n,
type;
float order,
@@ -80,7 +79,7 @@ int xtract_decay_time(const float *data, const int N, const void *argv, float *r
int xtract_difference_vector(const float *data, const int N, const void *argv, float *result){
- float *frame1,
+ const float *frame1,
*frame2;
int n;