summaryrefslogtreecommitdiffstats
path: root/gst/monoscope
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
commit3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch)
treedc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /gst/monoscope
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'gst/monoscope')
-rw-r--r--gst/monoscope/convolve.c4
-rw-r--r--gst/monoscope/convolve.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/gst/monoscope/convolve.c b/gst/monoscope/convolve.c
index 4d282148..070baa4d 100644
--- a/gst/monoscope/convolve.c
+++ b/gst/monoscope/convolve.c
@@ -19,7 +19,7 @@
*
*
* Note: 7th December 2004: This file used to be licensed under the GPL,
- * but we got permission from Ralp Loader to relicense it to LGPL.
+ * but we got permission from Ralp Loader to relicense it to LGPL.
*
* $Id$
*
@@ -288,7 +288,7 @@ convolve_match (const int *lastchoice,
for (i = 0; i < 256; i++)
right[i] -= avg;
/* End-of-stack marker. */
-#if 0 /* The following line produces a CRASH, need to figure out why?!! */
+#if 0 /* The following line produces a CRASH, need to figure out why?!! */
top[1].b.null = scratch;
#endif
top[1].b.main = NULL;
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
}