From 96920b7a5c210b72e2e23afa1c41d1e30b9c7a45 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 13 Jan 2003 02:15:07 +0000 Subject: - add option to adjust spu sync (works for both dvd and external subtitles) - implement some master/slave stuff - implement subtitle mrl: xine movie.mpg#subtitle:whatever.sub CVS patchset: 3887 CVS date: 2003/01/13 02:15:07 --- src/xine-engine/xine_internal.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/xine-engine/xine_internal.h') diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index cc10e167d..7aeeff679 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.124 2003/01/11 03:47:01 miguelfreitas Exp $ + * $Id: xine_internal.h,v 1.125 2003/01/13 02:15:07 miguelfreitas Exp $ * */ @@ -212,8 +212,8 @@ struct xine_stream_s { /* master/slave streams */ - xine_stream_t *master_stream; - xine_stream_t *slave_stream; + xine_stream_t *master; + xine_stream_t *slave; /* seeking slowdown */ int first_frame_flag; @@ -245,6 +245,8 @@ struct xine_stream_s { xine_post_out_t video_source; xine_post_out_t audio_source; + int slave_is_subtitle; /* ... and will be automaticaly disposed */ + int err; }; -- cgit v1.2.3