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/oscope.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/post/visualizations/oscope.c') diff --git a/src/post/visualizations/oscope.c b/src/post/visualizations/oscope.c index 4f312ca49..71fe3933a 100644 --- a/src/post/visualizations/oscope.c +++ b/src/post/visualizations/oscope.c @@ -20,7 +20,7 @@ * Basic Oscilloscope Visualization Post Plugin For xine * by Mike Melanson (melanson@pcisys.net) * - * $Id: oscope.c,v 1.10 2003/10/30 22:40:53 mroi Exp $ + * $Id: oscope.c,v 1.11 2003/11/11 18:45:00 f1rmb Exp $ * */ @@ -370,7 +370,7 @@ static post_plugin_t *oscope_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 = oscope_port_open; port->port.close = oscope_port_close; port->port.put_buffer = oscope_port_put_buffer; -- cgit v1.2.3