diff options
| author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-04-29 21:55:46 +0000 |
|---|---|---|
| committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-04-29 21:55:46 +0000 |
| commit | c226b5c184993b4dc09816e4da08a533b656f934 (patch) | |
| tree | 548c51ffe6a46b5ee36aad927cd6fe9ded7b24fa /src/input/libdvdnav/vm.h | |
| parent | a1684eb4fdb2a9d9812d994f3a39904b15267905 (diff) | |
| download | xine-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.h | 4 |
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 */ |
