From 20ff61cb378d2550bedd582a5ce3eae07a84d731 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Tue, 11 Nov 2003 18:44:50 +0000 Subject: rename internal API function (_x_). CVS patchset: 5721 CVS date: 2003/11/11 18:44:50 --- 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 4cdc8b93c..6277be7c9 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.17 2003/10/30 22:40:53 mroi Exp $ + * $Id: fftscope.c,v 1.18 2003/11/11 18:44:59 f1rmb Exp $ * */ @@ -503,7 +503,7 @@ static post_plugin_t *fftscope_open_plugin(post_class_t *class_gen, int inputs, this->buf.mem = NULL; this->buf.mem_size = 0; - port = post_intercept_audio_port(&this->post, audio_target[0]); + port = _x_post_intercept_audio_port(&this->post, audio_target[0]); port->port.open = fftscope_port_open; port->port.close = fftscope_port_close; port->port.put_buffer = fftscope_port_put_buffer; -- cgit v1.2.3