From 8a7540321d01a11f461b99fc313e463ba58a5f65 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 3 Mar 2018 19:35:31 +0100 Subject: Disabled the use of posix_fadvise() when reading --- UPDATE-2.4.0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'UPDATE-2.4.0') diff --git a/UPDATE-2.4.0 b/UPDATE-2.4.0 index beacc8fc..4da81ba3 100644 --- a/UPDATE-2.4.0 +++ b/UPDATE-2.4.0 @@ -1,6 +1,3 @@ -PRELIMINARY VERSION! -==================== - This is a summary of the changes in VDR 2.4.0 since the last stable version 2.2.0. It only contains things that are of actual importance to the user and doesn't mention the many fixes and improvements that @@ -440,3 +437,7 @@ Misc: 'DEPRECATED_VDR_CHARSET_OVERRIDE=1' when compiling in order to restore this functionality. However, it is recommended to use the command line option --chartab instead. +- Disabled the use of posix_fadvise() when reading (i.e. replaying), since it caused + stuttering replay in fast forward and fast rewind mode in case the video directory + is mounted via NFS. You can re-enable it by setting the macro USE_FADVISE_READ to 1 + in tools.c. -- cgit v1.2.3