From 1cffff11bf895ed9936ebe4d7bd0411a519a958a Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 5 Jul 2002 15:08:58 +0000 Subject: make use of the freshly introduced information about different spu types and stream scale permissions from libdvdnav CVS patchset: 2210 CVS date: 2002/07/05 15:08:58 --- src/xine-engine/xine.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/xine-engine/xine.c') diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index c292202f4..31ea5ea46 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -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.c,v 1.141 2002/06/17 07:47:50 f1rmb Exp $ + * $Id: xine.c,v 1.142 2002/07/05 15:08:58 mroi Exp $ * * top-level xine functions * @@ -657,11 +657,13 @@ xine_t *xine_init (vo_driver_t *vo, load_demux_plugins(this, config); - this->spu_channel_auto = -1; - this->spu_channel_user = -1; - this->cur_input_pos = 0; - this->cur_input_length = 0; - this->last_input_plugin = NULL; + this->spu_channel_auto = -1; + this->spu_channel_letterbox = -1; + this->spu_channel_pan_scan = -1; + this->spu_channel_user = -1; + this->cur_input_pos = 0; + this->cur_input_length = 0; + this->last_input_plugin = NULL; /* * init and start decoder threads -- cgit v1.2.3