From 0a391246fd4e8a3c64f3d817cd8ec11c9aaaffd9 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Fri, 27 Jan 2006 07:46:09 +0000 Subject: Adapt the engine to the new list code. CVS patchset: 7848 CVS date: 2006/01/27 07:46:09 --- src/post/planar/eq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/post/planar/eq.c') diff --git a/src/post/planar/eq.c b/src/post/planar/eq.c index e28a71192..7d38c83e8 100644 --- a/src/post/planar/eq.c +++ b/src/post/planar/eq.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: eq.c,v 1.12 2004/04/17 19:54:32 mroi Exp $ + * $Id: eq.c,v 1.13 2006/01/27 07:46:14 tmattern Exp $ * * mplayer's eq (soft video equalizer) * Copyright (C) Richard Felker @@ -282,7 +282,7 @@ static post_plugin_t *eq_open_plugin(post_class_t *class_gen, int inputs, input_api->name = "parameters"; input_api->type = XINE_POST_DATA_PARAMETERS; input_api->data = &post_api; - xine_list_append_content(this->post.input, input_api); + xine_list_push_back(this->post.input, input_api); input->xine_in.name = "video"; output->xine_out.name = "eqd video"; -- cgit v1.2.3