Mercurial > libdvdnav.hg
diff decoder.h @ 19:7e8628911b4f src
Implement General Register Counters or GPRM counters.
Navigation timers are not supported yet. SPRM[9] and SPRM[10].
| author | jcdutton |
|---|---|
| date | Fri, 12 Apr 2002 20:06:41 +0000 |
| parents | 74aee0b81da0 |
| children | 8b08ee66cbff |
line wrap: on
line diff
--- a/decoder.h Fri Apr 12 12:43:36 2002 +0000 +++ b/decoder.h Fri Apr 12 20:06:41 2002 +0000 @@ -27,6 +27,8 @@ #include "config.h" #include <inttypes.h> +#include <sys/time.h> + #include <dvdread/ifo_types.h> /* vm_cmd_t */ /* Uncomment for tracing */ @@ -86,6 +88,7 @@ uint16_t SPRM[24]; uint16_t GPRM[16]; uint8_t GPRM_mode[16]; /* Need to have some thing to indicate normal/counter mode for every GPRM */ + struct timeval GPRM_time[16]; /* For counter mode */ } registers_t; typedef struct
