summaryrefslogtreecommitdiffstats
path: root/gst/audioresample/functable.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:42:02 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:42:02 +0000
commitcefa838458fd1f6cdba2c5ced68c4571200ce0da (patch)
tree6d95f8a8c2f2467eee17ab29d6019efe7d1c4ebc /gst/audioresample/functable.h
parent9ed21f068c04d216976b9ef97a535a266f8009b6 (diff)
downloadgst-plugins-bad-cefa838458fd1f6cdba2c5ced68c4571200ce0da.tar.gz
gst-plugins-bad-cefa838458fd1f6cdba2c5ced68c4571200ce0da.tar.bz2
gst-plugins-bad-cefa838458fd1f6cdba2c5ced68c4571200ce0da.zip
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'gst/audioresample/functable.h')
-rw-r--r--gst/audioresample/functable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioresample/functable.h b/gst/audioresample/functable.h
index 4349719d..5f56e2bd 100644
--- a/gst/audioresample/functable.h
+++ b/gst/audioresample/functable.h
@@ -51,7 +51,7 @@ double functable_evaluate (Functable *t,double x);
double functable_fir(Functable *t,double x0,int n,double *data,int len);
void functable_fir2(Functable *t,double *r0, double *r1, double x0,
- int n,double *data,int len);
+ int n,double *data,int len);
void functable_func_sinc(double *fx, double *dfx, double x, void *closure);
void functable_func_boxcar(double *fx, double *dfx, double x, void *closure);