summaryrefslogtreecommitdiffstats
path: root/gst/monoscope/convolve.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/monoscope/convolve.h')
-rw-r--r--gst/monoscope/convolve.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/monoscope/convolve.h b/gst/monoscope/convolve.h
index ff2b1e25..dc934ec8 100644
--- a/gst/monoscope/convolve.h
+++ b/gst/monoscope/convolve.h
@@ -44,8 +44,8 @@ convolve_state *convolve_init (void);
void convolve_close (convolve_state * state);
int convolve_match (const int * lastchoice,
- const short int * input,
- convolve_state * state);
+ const short int * input,
+ convolve_state * state);
#ifdef __cplusplus
}