summaryrefslogtreecommitdiff
path: root/src/post/planar/eq2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/planar/eq2.c')
-rw-r--r--src/post/planar/eq2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/post/planar/eq2.c b/src/post/planar/eq2.c
index 80821d7e6..806a4ea6c 100644
--- a/src/post/planar/eq2.c
+++ b/src/post/planar/eq2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2004 the xine project
+ * Copyright (C) 2000-2006 the xine project
*
* This file is part of xine, a free video player.
*
@@ -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: eq2.c,v 1.15 2006/02/04 14:06:52 miguelfreitas Exp $
+ * $Id: eq2.c,v 1.16 2006/03/26 14:45:41 valtri Exp $
*
* mplayer's eq2 (soft video equalizer)
* Software equalizer (brightness, contrast, gamma, saturation)
@@ -477,7 +477,7 @@ static post_plugin_t *eq2_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";