summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/vm.h
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-04-29 21:55:46 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-04-29 21:55:46 +0000
commitc226b5c184993b4dc09816e4da08a533b656f934 (patch)
tree548c51ffe6a46b5ee36aad927cd6fe9ded7b24fa /src/input/libdvdnav/vm.h
parenta1684eb4fdb2a9d9812d994f3a39904b15267905 (diff)
downloadxine-lib-c226b5c184993b4dc09816e4da08a533b656f934.tar.gz
xine-lib-c226b5c184993b4dc09816e4da08a533b656f934.tar.bz2
Update from libdvdnav
CVS patchset: 4712 CVS date: 2003/04/29 21:55:46
Diffstat (limited to 'src/input/libdvdnav/vm.h')
-rw-r--r--src/input/libdvdnav/vm.h4
1 files changed, 2 insertions, 2 deletions
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 */