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/remap.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/remap.h')
-rw-r--r-- | src/input/libdvdnav/remap.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/input/libdvdnav/remap.h b/src/input/libdvdnav/remap.h new file mode 100644 index 000000000..841a24a51 --- /dev/null +++ b/src/input/libdvdnav/remap.h @@ -0,0 +1,13 @@ +#ifndef __REMAP__H +#define __REMAP__H +typedef struct block_s block_t; + +typedef struct remap_s remap_t; + +remap_t* remap_loadmap( char *title); + +unsigned long remap_block( + remap_t *map, int domain, int title, int program, + unsigned long cblock, unsigned long offset); + +#endif |