summaryrefslogtreecommitdiff
path: root/xine/post.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-01-03 12:59:56 +0000
committerphintuka <phintuka>2008-01-03 12:59:56 +0000
commitca08a18e8b649f791fbcb8bde612d0797ff9dd5c (patch)
tree0d5daa75cf8d1f1414467304bb38a95fe2059e6e /xine/post.h
parent1e86cc774f9fda4743b552d6e7ee9a40d07af26e (diff)
downloadxineliboutput-ca08a18e8b649f791fbcb8bde612d0797ff9dd5c.tar.gz
xineliboutput-ca08a18e8b649f791fbcb8bde612d0797ff9dd5c.tar.bz2
Use video_source stream and audio_source stream instead of stream and slave_stream.
(This makes it possible to mix audio and video from different streams)
Diffstat (limited to 'xine/post.h')
-rw-r--r--xine/post.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine/post.h b/xine/post.h
index c1bf39f4..88f3916e 100644
--- a/xine/post.h
+++ b/xine/post.h
@@ -43,9 +43,9 @@ struct post_plugins_s {
/* frontend data */
char *static_post_plugins; /* post plugins from command line; always on */
- xine_stream_t *stream; /* main stream (VDR output) */
+ xine_stream_t *video_source; /* stream to take video from */
+ xine_stream_t *audio_source; /* stream to take audio from */
xine_stream_t *pip_stream; /* pip stream */
- xine_stream_t *slave_stream; /* slave stream for file playing */
/* xine */
xine_t *xine;