diff options
author | phintuka <phintuka> | 2007-03-14 17:51:01 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-03-14 17:51:01 +0000 |
commit | c976d2fbdc2daefa242db7543d936d34b51ac464 (patch) | |
tree | d78ac37e1450c18f8ab4e4cdd1400bad6fbf84ea | |
parent | ec2051cabffe5ad556865a143d82ed45ad9a4704 (diff) | |
download | xineliboutput-c976d2fbdc2daefa242db7543d936d34b51ac464.tar.gz xineliboutput-c976d2fbdc2daefa242db7543d936d34b51ac464.tar.bz2 |
Disabled OSD refresh rate limit (test)
- keys are queued to remote when moving cutting marks
-rw-r--r-- | osd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: osd.c,v 1.6 2006-10-29 19:43:06 phintuka Exp $ + * $Id: osd.c,v 1.7 2007-03-14 17:51:01 phintuka Exp $ * */ @@ -15,7 +15,7 @@ #include "osd.h" #include "config.h" -#define LIMIT_OSD_REFRESH_RATE +//#define LIMIT_OSD_REFRESH_RATE #include "xine_osd_command.h" |