summaryrefslogtreecommitdiff
path: root/src/input/libdvdread/dvd_udf.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-02-28 15:54:36 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-02-28 15:54:36 +0000
commitdc1bafc4e3159921148daa073dc058a6c2ba301b (patch)
tree86616e71f5e4c9ef9f83725ba3fee862011e9d86 /src/input/libdvdread/dvd_udf.h
parent10ca137b817c23aec0e2113dea223a74c147bde9 (diff)
downloadxine-lib-dc1bafc4e3159921148daa073dc058a6c2ba301b.tar.gz
xine-lib-dc1bafc4e3159921148daa073dc058a6c2ba301b.tar.bz2
update to libdvdread 0.9.4
CVS patchset: 4306 CVS date: 2003/02/28 15:54:36
Diffstat (limited to 'src/input/libdvdread/dvd_udf.h')
-rw-r--r--src/input/libdvdread/dvd_udf.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/input/libdvdread/dvd_udf.h b/src/input/libdvdread/dvd_udf.h
index 960ccf405..b600983d9 100644
--- a/src/input/libdvdread/dvd_udf.h
+++ b/src/input/libdvdread/dvd_udf.h
@@ -7,7 +7,8 @@
*
* Modifications by:
* Billy Biggs <vektor@dumbterm.net>.
- *
+ * Björn Englund <d4bjorn@dtek.chalmers.se>.
+ *
* dvdudf: parse and read the UDF volume information of a DVD Video
* Copyright (C) 1999 Christian Wolff for convergence integrated media
* GmbH The author can be reached at scarabaeus@convergence.de, the
@@ -47,6 +48,11 @@ extern "C" {
*/
uint32_t UDFFindFile( dvd_reader_t *device, char *filename, uint32_t *size );
+void FreeUDFCache(void *cache);
+int UDFGetVolumeIdentifier(dvd_reader_t *device,
+ char *volid, unsigned int volid_size);
+int UDFGetVolumeSetIdentifier(dvd_reader_t *device,
+ uint8_t *volsetid, unsigned int volsetid_size);
#ifdef __cplusplus
};
#endif