From c226b5c184993b4dc09816e4da08a533b656f934 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Tue, 29 Apr 2003 21:55:46 +0000 Subject: Update from libdvdnav CVS patchset: 4712 CVS date: 2003/04/29 21:55:46 --- src/input/libdvdnav/vm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/libdvdnav/vm.h') diff --git a/src/input/libdvdnav/vm.h b/src/input/libdvdnav/vm.h index 1705a7ec9..c289ddb3a 100644 --- a/src/input/libdvdnav/vm.h +++ b/src/input/libdvdnav/vm.h @@ -19,7 +19,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: vm.h,v 1.8 2003/04/07 18:10:52 mroi Exp $ + * $Id: vm.h,v 1.9 2003/04/29 21:55:54 jcdutton Exp $ * */ @@ -64,7 +64,7 @@ typedef struct { typedef struct vm_position_s { int16_t button; /* Button highlighted */ int32_t vts; /* vts number to use */ - int32_t domain; /* domain to use */ + domain_t domain; /* domain to use */ int32_t spu_channel; /* spu channel to use */ int32_t angle_channel; /* angle channel to use */ int32_t audio_channel; /* audio channel to use */ -- cgit v1.2.3