summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-07-06 23:48:40 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-07-06 23:48:40 +0100
commit8611a5dd22f671065123bbe989c1ad7aa0eb7190 (patch)
treead8e356ce82b1702c3e9e970e525d85135710baa /src
parent9c5977f1fb284f47eb12c8b8da87f291fd0f5a8f (diff)
parent606022ce80723be1c8660c52ab4953ba44cc239b (diff)
downloadxine-lib-8611a5dd22f671065123bbe989c1ad7aa0eb7190.tar.gz
xine-lib-8611a5dd22f671065123bbe989c1ad7aa0eb7190.tar.bz2
Merge.
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/post.c b/src/xine-engine/post.c
index af791c1f7..aa182d627 100644
--- a/src/xine-engine/post.c
+++ b/src/xine-engine/post.c
@@ -33,7 +33,7 @@ void _x_post_init(post_plugin_t *post, int num_audio_inputs, int num_video_input
post->input = xine_list_new();
post->output = xine_list_new();
post->xine_post.audio_input = calloc(num_audio_inputs + 1, sizeof(xine_audio_port_t *));
- post->xine_post.audio_input = calloc(num_video_inputs + 1, sizeof(xine_video_port_t *));
+ post->xine_post.video_input = calloc(num_video_inputs + 1, sizeof(xine_video_port_t *));
}