diff options
| author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-09-20 12:53:53 +0000 |
|---|---|---|
| committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-09-20 12:53:53 +0000 |
| commit | 0c7d2678ef70026fa05b3b0921a149d1c0e5ebfb (patch) | |
| tree | 534a685276a6f33fe77692a721530a927b95185c /src/input/libdvdnav/vm.h | |
| parent | 44a2823e79fcf9b1002f7bf537fc9c7a9b7913b3 (diff) | |
| download | xine-lib-0c7d2678ef70026fa05b3b0921a149d1c0e5ebfb.tar.gz xine-lib-0c7d2678ef70026fa05b3b0921a149d1c0e5ebfb.tar.bz2 | |
sync to latest libdvdnav cvs version
CVS patchset: 2718
CVS date: 2002/09/20 12:53:53
Diffstat (limited to 'src/input/libdvdnav/vm.h')
| -rw-r--r-- | src/input/libdvdnav/vm.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/input/libdvdnav/vm.h b/src/input/libdvdnav/vm.h index 99da87a73..e4c6f1863 100644 --- a/src/input/libdvdnav/vm.h +++ b/src/input/libdvdnav/vm.h @@ -19,7 +19,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: vm.h,v 1.2 2002/09/04 11:07:47 mroi Exp $ + * $Id: vm.h,v 1.3 2002/09/20 12:53:53 mroi Exp $ * */ @@ -27,6 +27,7 @@ #define VM_H_INCLUDED #include "decoder.h" +#include "remap.h" #include <dvd_types.h> /* DOMAIN enum */ @@ -87,6 +88,9 @@ typedef struct { dvd_state_t state; int badness_counter; int32_t hop_channel; + char dvd_name[50]; + int dvd_name_length; + remap_t *map; } vm_t; |
