summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-09-26 08:23:09 +0000
committerphintuka <phintuka>2006-09-26 08:23:09 +0000
commit0320a4b2058bfdb4b34b1a94f347dc03da2f32d0 (patch)
tree80e8c1e7001293ac88d7f5ac5f0fb9f367e54772
parent623aca85c9812662ec81a3b0f51b78504b0370cd (diff)
downloadxineliboutput-0320a4b2058bfdb4b34b1a94f347dc03da2f32d0.tar.gz
xineliboutput-0320a4b2058bfdb4b34b1a94f347dc03da2f32d0.tar.bz2
default to unscaled (xxmc hardware) OSD
-rw-r--r--xine_frontend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend.c b/xine_frontend.c
index 9b8fbf02..04197123 100644
--- a/xine_frontend.c
+++ b/xine_frontend.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend.c,v 1.23 2006-09-26 07:43:16 phintuka Exp $
+ * $Id: xine_frontend.c,v 1.24 2006-09-26 08:23:09 phintuka Exp $
*
*/
@@ -474,7 +474,7 @@ static int fe_xine_init(frontend_t *this_gen, const char *audio_driver,
20, NULL, NULL);
xine_config_register_bool(this->xine,
"gui.osd_use_unscaled",
- 1,
+ 0,
_("Use unscaled OSD"),
_("Use unscaled (full screen resolution) OSD if possible"),
10, NULL, NULL);