diff options
author | phintuka <phintuka> | 2006-09-03 13:59:22 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-09-03 13:59:22 +0000 |
commit | 558a97ad89dfd065c9a3dbf2a61c70feb9a59a6e (patch) | |
tree | 309fe397f1a4302190e69b8425d6fa8c0898a5b3 | |
parent | 4b15822ddc93075784d63ea1227d4681b160b866 (diff) | |
download | xineliboutput-558a97ad89dfd065c9a3dbf2a61c70feb9a59a6e.tar.gz xineliboutput-558a97ad89dfd065c9a3dbf2a61c70feb9a59a6e.tar.bz2 |
Dummy output ports
-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; |