Mercurial > libdvdnav.hg
comparison vm.h @ 97:c1dff1899bda src
First patch for personalized dvd viewing. I have not tested it yet.
author | jcdutton |
---|---|
date | Tue, 17 Sep 2002 11:00:25 +0000 |
parents | eeabf5a51b2b |
children | b6834e6359cf |
comparison
equal
deleted
inserted
replaced
96:2fcb4f228308 | 97:c1dff1899bda |
---|---|
25 | 25 |
26 #ifndef VM_H_INCLUDED | 26 #ifndef VM_H_INCLUDED |
27 #define VM_H_INCLUDED | 27 #define VM_H_INCLUDED |
28 | 28 |
29 #include "decoder.h" | 29 #include "decoder.h" |
30 #include "remap.h" | |
30 #include <dvd_types.h> | 31 #include <dvd_types.h> |
31 | 32 |
32 /* DOMAIN enum */ | 33 /* DOMAIN enum */ |
33 | 34 |
34 typedef enum { | 35 typedef enum { |
85 ifo_handle_t *vmgi; | 86 ifo_handle_t *vmgi; |
86 ifo_handle_t *vtsi; | 87 ifo_handle_t *vtsi; |
87 dvd_state_t state; | 88 dvd_state_t state; |
88 int badness_counter; | 89 int badness_counter; |
89 int32_t hop_channel; | 90 int32_t hop_channel; |
91 char dvd_name[50]; | |
92 int dvd_name_length; | |
93 remap_t *map; | |
90 } vm_t; | 94 } vm_t; |
91 | 95 |
92 | 96 |
93 /* Audio stream number */ | 97 /* Audio stream number */ |
94 #define AST_REG registers.SPRM[1] | 98 #define AST_REG registers.SPRM[1] |