diff options
-rw-r--r-- | xine/post_util.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xine/post_util.h b/xine/post_util.h index 01bb7044..a539d31d 100644 --- a/xine/post_util.h +++ b/xine/post_util.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: post_util.h,v 1.4 2008-05-22 09:50:12 phintuka Exp $ + * $Id: post_util.h,v 1.5 2008-12-14 00:52:35 phintuka Exp $ * */ @@ -28,8 +28,8 @@ static void class_dispose(post_class_t *class_gen); /* required from plugin: */ static post_plugin_t *open_plugin(post_class_t *class_gen, int inputs, - xine_audio_port_t **audio_target, - xine_video_port_t **video_target); + xine_audio_port_t **audio_target, + xine_video_port_t **video_target); /* * plugin util prototypes @@ -54,7 +54,7 @@ static void draw_internal(vo_frame_t *frame, vo_frame_t *new_frame); static void *init_plugin(xine_t *xine, void *data) { post_class_t *class = calloc(1, sizeof(post_class_t)); - + if (!class) return NULL; |