diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-09-11 00:57:11 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-09-11 00:57:11 +0000 |
commit | 949bc4183444bf5c259147c2c673897e0d45cd4b (patch) | |
tree | 10be8340a42afde2ca57de07c96e3055f24b939c /src/input/dvd_udf.c | |
parent | 21c232aa49175be7c1b806d55cde46bf6f035e12 (diff) | |
download | xine-lib-949bc4183444bf5c259147c2c673897e0d45cd4b.tar.gz xine-lib-949bc4183444bf5c259147c2c673897e0d45cd4b.tar.bz2 |
read_cache enables xine to read DVD data in larger chunks (here 16*2048 bytes), this gives us a nice performance boost on raw devices, especially on FreeBSD
CVS patchset: 608
CVS date: 2001/09/11 00:57:11
Diffstat (limited to 'src/input/dvd_udf.c')
-rw-r--r-- | src/input/dvd_udf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/dvd_udf.c b/src/input/dvd_udf.c index c8064b0eb..6a3d839c5 100644 --- a/src/input/dvd_udf.c +++ b/src/input/dvd_udf.c @@ -549,8 +549,6 @@ off_t UDFFindFile (int fd, char *filename, off_t *size) lb_number = partition.Start+File.Location ; - printf ("lb_number : %Ld\n", lb_number); - retval = lb_number; bail: |