From 1366c0c98e3fd059debf330803077f08c3ae425a Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 12 Feb 2004 18:25:07 +0000 Subject: function has been renamed CVS patchset: 6140 CVS date: 2004/02/12 18:25:07 --- src/post/visualizations/fftscope.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/post/visualizations/fftscope.c') 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) -- cgit v1.2.3