From 374683d4cfa703bacde895a7d52ab0c8fb37f5ff Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sun, 11 May 2003 13:44:04 +0000 Subject: Update from the libdvdnav project on http://dvd.sf.net CVS patchset: 4821 CVS date: 2003/05/11 13:44:04 --- src/input/libdvdnav/decoder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/input/libdvdnav/decoder.h') 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 */ -- cgit v1.2.3