summaryrefslogtreecommitdiffstats
path: root/dvdread/dvd_udf.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-16 06:57:43 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-16 06:57:43 +0000
commitc5531425eace87a11c4804daf27c988228223d41 (patch)
tree8fd8d84f40ad04091504a4770be69245d04869bc /dvdread/dvd_udf.h
parent9c719ccf0e388f699cca9727c2830d706c2b171a (diff)
downloadmpv-c5531425eace87a11c4804daf27c988228223d41.tar.bz2
mpv-c5531425eace87a11c4804daf27c988228223d41.tar.xz
Sync libdvdread with version 0.9.6.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24075 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dvdread/dvd_udf.h')
-rw-r--r--dvdread/dvd_udf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dvdread/dvd_udf.h b/dvdread/dvd_udf.h
index cbf4775070..5005ed6398 100644
--- a/dvdread/dvd_udf.h
+++ b/dvdread/dvd_udf.h
@@ -50,6 +50,8 @@ extern "C" {
* absolute pathname on the UDF filesystem, starting with '/'. For example,
* '/VIDEO_TS/VTS_01_1.IFO'. On success, filesize will be set to the size of
* the file in bytes.
+ * This implementation relies on that the file size is less than 2^32
+ * A DVD file can at most be 2^30 (-2048 ?).
*/
uint32_t UDFFindFile( dvd_reader_t *device, char *filename, uint32_t *size );