diff options
-rw-r--r-- | xine_fbfe_frontend.c | 4 | ||||
-rw-r--r-- | 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; |