From 558a97ad89dfd065c9a3dbf2a61c70feb9a59a6e Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 3 Sep 2006 13:59:22 +0000 Subject: Dummy output ports --- xine_fbfe_frontend.c | 4 +++- xine_sxfe_frontend.c | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/xine_fbfe_frontend.c b/xine_fbfe_frontend.c index e7063f12..65bffc1d 100644 --- a/xine_fbfe_frontend.c +++ b/xine_fbfe_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_fbfe_frontend.c,v 1.8 2006-08-25 08:25:52 phintuka Exp $ + * $Id: xine_fbfe_frontend.c,v 1.9 2006-09-03 13:59:22 phintuka Exp $ * */ @@ -62,7 +62,9 @@ typedef struct fbfe_t { xine_stream_t *stream; input_plugin_t *input; xine_video_port_t *video_port; + xine_video_port_t *video_port_none; xine_audio_port_t *audio_port; + xine_audio_port_t *audio_port_none; xine_event_queue_t *event_queue; post_plugins_t *postplugins; diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c index a81c9826..6fd32a3e 100644 --- a/xine_sxfe_frontend.c +++ b/xine_sxfe_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_sxfe_frontend.c,v 1.14 2006-09-03 12:16:43 phintuka Exp $ + * $Id: xine_sxfe_frontend.c,v 1.15 2006-09-03 13:59:22 phintuka Exp $ * */ @@ -91,6 +91,7 @@ typedef struct sxfe_s { xine_stream_t *stream; input_plugin_t *input; xine_video_port_t *video_port; + xine_video_port_t *video_port_none; xine_audio_port_t *audio_port; xine_audio_port_t *audio_port_none; xine_event_queue_t *event_queue; -- cgit v1.2.3