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_internal.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 ba907df0a..62cf5f803 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.88 2002/06/10 13:41:55 miguelfreitas Exp $ + * $Id: xine_internal.h,v 1.89 2002/07/05 15:08:58 mroi Exp $ * */ @@ -205,6 +205,8 @@ struct xine_s { int audio_channel_auto; int spu_channel_user; int spu_channel_auto; + int spu_channel_letterbox; + int spu_channel_pan_scan; int spu_channel; vo_driver_t *video_driver; -- cgit v1.2.3