summaryrefslogtreecommitdiff
path: root/UPDATE-2.4.0
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-03-03 19:35:31 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-03-03 19:35:31 +0100
commit8a7540321d01a11f461b99fc313e463ba58a5f65 (patch)
tree47cbf7fa8ae57b244505bea4ecc1e296582357e6 /UPDATE-2.4.0
parentadc7056c9e4f010e5badd8d60c9b034761a55446 (diff)
downloadvdr-8a7540321d01a11f461b99fc313e463ba58a5f65.tar.gz
vdr-8a7540321d01a11f461b99fc313e463ba58a5f65.tar.bz2
Disabled the use of posix_fadvise() when reading
Diffstat (limited to 'UPDATE-2.4.0')
-rw-r--r--UPDATE-2.4.07
1 files changed, 4 insertions, 3 deletions
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.