summaryrefslogtreecommitdiffstats
path: root/dvdread/dvd_udf.h
diff options
context:
space:
mode:
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 );