diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-02-12 18:25:07 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-02-12 18:25:07 +0000 |
commit | 1366c0c98e3fd059debf330803077f08c3ae425a (patch) | |
tree | 692134f6a31bfdae4ed192e8322643eef7935b7a /src/post/visualizations/fftscope.c | |
parent | 6baca94d95492d4a3d74ba3f54c664e7f759b5f5 (diff) | |
download | xine-lib-1366c0c98e3fd059debf330803077f08c3ae425a.tar.gz xine-lib-1366c0c98e3fd059debf330803077f08c3ae425a.tar.bz2 |
function has been renamed
CVS patchset: 6140
CVS date: 2004/02/12 18:25:07
Diffstat (limited to 'src/post/visualizations/fftscope.c')
-rw-r--r-- | src/post/visualizations/fftscope.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/visualizations/fftscope.c b/src/post/visualizations/fftscope.c index b2d4e4770..eb0f2b2f1 100644 --- a/src/post/visualizations/fftscope.c +++ b/src/post/visualizations/fftscope.c @@ -22,7 +22,7 @@ * * FFT code by Steve Haehnichen, originally licensed under GPL v1 * - * $Id: fftscope.c,v 1.24 2004/01/07 19:52:42 mroi Exp $ + * $Id: fftscope.c,v 1.25 2004/02/12 18:25:08 mroi Exp $ * */ @@ -274,7 +274,7 @@ static int fftscope_port_open(xine_audio_port_t *port_gen, xine_stream_t *stream post_plugin_fftscope_t *this = (post_plugin_fftscope_t *)port->post; int c, i; - _x_post_rewire_audio(port); + _x_post_rewire(&this->post); _x_post_inc_usage(port); if (stream) |