diff options
| author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-09-04 11:07:47 +0000 |
|---|---|---|
| committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-09-04 11:07:47 +0000 |
| commit | 0553f19ca2e0c262362e3ba8f827906c553418e8 (patch) | |
| tree | 82e633e534af0ec16ce329c27bb3d5179a15bfd7 /src/input/libdvdnav/decoder.c | |
| parent | 0b7b753a9fb15b5fb8d7ef9a4fae8bbe4822aa7b (diff) | |
| download | xine-lib-0553f19ca2e0c262362e3ba8f827906c553418e8.tar.gz xine-lib-0553f19ca2e0c262362e3ba8f827906c553418e8.tar.bz2 | |
sync to libdvdnav cvs
CVS patchset: 2603
CVS date: 2002/09/04 11:07:47
Diffstat (limited to 'src/input/libdvdnav/decoder.c')
| -rw-r--r-- | src/input/libdvdnav/decoder.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/input/libdvdnav/decoder.c b/src/input/libdvdnav/decoder.c index 6fb771ef1..c7d27eeb0 100644 --- a/src/input/libdvdnav/decoder.c +++ b/src/input/libdvdnav/decoder.c @@ -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.c,v 1.4 2002/08/27 19:24:33 mroi Exp $ + * $Id: decoder.c,v 1.5 2002/09/04 11:07:47 mroi Exp $ * */ @@ -581,14 +581,13 @@ int32_t vmEval_CMD(vm_cmd_t commands[], int32_t num_commands, /* DEBUG */ fprintf(MSG_OUT, "libdvdnav: Registers before transaction\n"); vmPrint_registers( registers ); - int32_t i; fprintf(MSG_OUT, "libdvdnav: Full list of commands to execute\n"); for(i = 0; i < num_commands; i++) vmPrint_CMD(i, &commands[i]); fprintf(MSG_OUT, "libdvdnav: --------------------------------------------\n"); fprintf(MSG_OUT, "libdvdnav: Single stepping commands\n"); #endif - + i = 0; while(i < num_commands && total < 100000) { int32_t line; |
