summaryrefslogtreecommitdiff
path: root/src/post/planar/expand.c
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2006-01-27 07:46:09 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2006-01-27 07:46:09 +0000
commit0a391246fd4e8a3c64f3d817cd8ec11c9aaaffd9 (patch)
treeb945d0e6288a0a4c973a4466a0370369d67b1882 /src/post/planar/expand.c
parent9c79ab35fc7950f8ee35ea0ebea8ca802a225131 (diff)
downloadxine-lib-0a391246fd4e8a3c64f3d817cd8ec11c9aaaffd9.tar.gz
xine-lib-0a391246fd4e8a3c64f3d817cd8ec11c9aaaffd9.tar.bz2
Adapt the engine to the new list code.
CVS patchset: 7848 CVS date: 2006/01/27 07:46:09
Diffstat (limited to 'src/post/planar/expand.c')
-rw-r--r--src/post/planar/expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/planar/expand.c b/src/post/planar/expand.c
index 5326e055c..a2d89aa22 100644
--- a/src/post/planar/expand.c
+++ b/src/post/planar/expand.c
@@ -162,7 +162,7 @@ static post_plugin_t *expand_open_plugin(post_class_t *class_gen, int inputs,
input_param->name = "parameters";
input_param->type = XINE_POST_DATA_PARAMETERS;
input_param->data = &post_api;
- xine_list_append_content(this->post.input, input_param);
+ xine_list_push_back(this->post.input, input_param);
input->xine_in.name = "video";
output->xine_out.name = "expanded video";