Mercurial > libdvdnav.hg
changeset 78:e106f51eb8f5 src
Nice to have in compiling with #define TRACE switched on!
author | jcdutton |
---|---|
date | Thu, 29 Aug 2002 04:45:54 +0000 |
parents | 731834155645 |
children | 96707bfb63d7 |
files | decoder.c decoder.h |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/decoder.c Thu Aug 29 04:01:43 2002 +0000 +++ b/decoder.c Thu Aug 29 04:45:54 2002 +0000 @@ -581,7 +581,6 @@ /* 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]);