diff options
author | scop <scop> | 2005-04-17 21:40:44 +0000 |
---|---|---|
committer | scop <scop> | 2005-04-17 21:40:44 +0000 |
commit | 46104f51425d082910850f623bb062829a94969a (patch) | |
tree | 79890524d2cf0429a59bcc8c8836571209573089 | |
parent | 5c005097e6be8d7dec3df1b965be41c7d5692403 (diff) | |
download | vdr-plugin-dxr3-46104f51425d082910850f623bb062829a94969a.tar.gz vdr-plugin-dxr3-46104f51425d082910850f623bb062829a94969a.tar.bz2 |
Bump default flush rate to 40.
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1.2.12 2005/04/17 16:47:30 scop Exp $ +# $Id: Makefile,v 1.1.2.13 2005/04/17 21:40:44 scop Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -61,8 +61,8 @@ DEFINES += -DUSE_XINE_SCALER # palette around the screen) in some setups if it's refreshed too often. # If it doesn't happen for you or you don't like the small delay this # causes, change this to 0. Experiment with larger values if the default -# of 35ms does not calm down your OSD. -DEFINES += -DFLUSHRATE=35 +# of 40ms does not calm down your OSD. +DEFINES += -DFLUSHRATE=40 ### The object files (add further files here): |