Mercurial > libdvdnav.hg
diff decoder.c @ 195:6b1bfe8f5283 src
Start some cleanups.
| author | jcdutton |
|---|---|
| date | Sun, 11 May 2003 01:13:40 +0000 |
| parents | 36777e6346c5 |
| children | fd9bb0dd4abd |
line wrap: on
line diff
--- a/decoder.c Sun May 11 00:53:28 2003 +0000 +++ b/decoder.c Sun May 11 01:13:40 2003 +0000 @@ -35,7 +35,7 @@ #include "dvdnav_internal.h" -uint32_t vm_getbits(command_t *command, int start, int count) { +uint32_t vm_getbits(command_t *command, int32_t start, int32_t count) { uint64_t result = 0; uint64_t bit_mask = 0; uint64_t examining = 0;
