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/deinterlace/xine_plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/post/deinterlace') diff --git a/src/post/deinterlace/xine_plugin.c b/src/post/deinterlace/xine_plugin.c index 565c0cc29..9317974ee 100644 --- a/src/post/deinterlace/xine_plugin.c +++ b/src/post/deinterlace/xine_plugin.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_plugin.c,v 1.28 2004/01/07 19:52:42 mroi Exp $ + * $Id: xine_plugin.c,v 1.29 2004/02/12 18:25:07 mroi Exp $ * * advanced video deinterlacer plugin * Jun/2003 by Miguel Freitas @@ -466,7 +466,7 @@ static void deinterlace_open(xine_video_port_t *port_gen, xine_stream_t *stream) post_video_port_t *port = (post_video_port_t *)port_gen; post_plugin_deinterlace_t *this = (post_plugin_deinterlace_t *)port->post; - _x_post_rewire_video(port); + _x_post_rewire(&this->post); _x_post_inc_usage(port); if (stream) port->stream = stream; -- cgit v1.2.3