summaryrefslogtreecommitdiff
path: root/src/post/planar/boxblur.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/planar/boxblur.c')
-rw-r--r--src/post/planar/boxblur.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/planar/boxblur.c b/src/post/planar/boxblur.c
index 34117915f..1644d2046 100644
--- a/src/post/planar/boxblur.c
+++ b/src/post/planar/boxblur.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: boxblur.c,v 1.13 2004/04/17 19:54:32 mroi Exp $
+ * $Id: boxblur.c,v 1.14 2006/01/27 07:46:14 tmattern Exp $
*
* mplayer's boxblur
* Copyright (C) 2002 Michael Niedermayer <michaelni@gmx.at>
@@ -184,7 +184,7 @@ static post_plugin_t *boxblur_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 = "boxblured video";