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/goom | |
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/goom')
-rw-r--r-- | src/post/goom/xine_goom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/goom/xine_goom.c b/src/post/goom/xine_goom.c index e7d0f1eea..486e3599c 100644 --- a/src/post/goom/xine_goom.c +++ b/src/post/goom/xine_goom.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_goom.c,v 1.48 2004/01/07 19:52:42 mroi Exp $ + * $Id: xine_goom.c,v 1.49 2004/02/12 18:25:07 mroi Exp $ * * GOOM post plugin. * @@ -348,7 +348,7 @@ static int goom_port_open(xine_audio_port_t *port_gen, xine_stream_t *stream, post_audio_port_t *port = (post_audio_port_t *)port_gen; post_plugin_goom_t *this = (post_plugin_goom_t *)port->post; - _x_post_rewire_audio(port); + _x_post_rewire(&this->post); _x_post_inc_usage(port); if (stream) |