summaryrefslogtreecommitdiff
path: root/src/post/planar/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/planar/pp.c')
-rwxr-xr-xsrc/post/planar/pp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/planar/pp.c b/src/post/planar/pp.c
index a162f3fae..c66e40459 100755
--- a/src/post/planar/pp.c
+++ b/src/post/planar/pp.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: pp.c,v 1.8 2005/01/15 17:04:48 mroi Exp $
+ * $Id: pp.c,v 1.9 2006/01/27 07:46:14 tmattern Exp $
*
* plugin for ffmpeg libpostprocess
*/
@@ -211,7 +211,7 @@ static post_plugin_t *pp_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 = "pped video";