From 949bc4183444bf5c259147c2c673897e0d45cd4b Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 11 Sep 2001 00:57:11 +0000 Subject: 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 --- src/input/dvd_udf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/input/dvd_udf.c') 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: -- cgit v1.2.3