diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-05-11 13:44:04 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-05-11 13:44:04 +0000 |
commit | 374683d4cfa703bacde895a7d52ab0c8fb37f5ff (patch) | |
tree | c10668059ecd22365dd23fe3bc8ccb8eba97afdc /src/input/libdvdnav/decoder.h | |
parent | 9b37bb8059ada2e9cb3db3d109c4cd919ff1c97b (diff) | |
download | xine-lib-374683d4cfa703bacde895a7d52ab0c8fb37f5ff.tar.gz xine-lib-374683d4cfa703bacde895a7d52ab0c8fb37f5ff.tar.bz2 |
Update from the libdvdnav project on http://dvd.sf.net
CVS patchset: 4821
CVS date: 2003/05/11 13:44:04
Diffstat (limited to 'src/input/libdvdnav/decoder.h')
-rw-r--r-- | src/input/libdvdnav/decoder.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/libdvdnav/decoder.h b/src/input/libdvdnav/decoder.h index 0d7e5e401..293f0b53d 100644 --- a/src/input/libdvdnav/decoder.h +++ b/src/input/libdvdnav/decoder.h @@ -18,7 +18,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: decoder.h,v 1.7 2003/04/07 18:10:46 mroi Exp $ + * $Id: decoder.h,v 1.8 2003/05/11 13:44:05 jcdutton Exp $ * */ @@ -101,11 +101,11 @@ typedef struct { /* the big VM function, executing the given commands and writing * the link where to continue, the return value indicates if a jump * has been performed */ -int vmEval_CMD(vm_cmd_t commands[], int num_commands, +int vmEval_CMD(vm_cmd_t commands[], int32_t num_commands, registers_t *registers, link_t *return_values); /* extracts some bits from the command */ -uint32_t vm_getbits(command_t* command, int start, int count); +uint32_t vm_getbits(command_t* command, int32_t start, int32_t count); #ifdef TRACE /* for debugging: prints a link in readable form */ |