summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTorsten Jager <t.jager@gmx.de>2013-09-27 15:52:30 +0200
committerTorsten Jager <t.jager@gmx.de>2013-09-27 15:52:30 +0200
commit1484cd98330543db0f70955cb8877aeab7f8f06f (patch)
treeb03b6e97b1d8200ed6e60d55c66669c984900eb8 /src
parent86b02c35c856d53ac870203447387b1c5074dbb2 (diff)
downloadxine-lib-1484cd98330543db0f70955cb8877aeab7f8f06f.tar.gz
xine-lib-1484cd98330543db0f70955cb8877aeab7f8f06f.tar.bz2
color_matrix.c: default to "Signal+Size".
This is preferred on any half-way sRGB compliant monitors.
Diffstat (limited to 'src')
-rw-r--r--src/video_out/color_matrix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/color_matrix.c b/src/video_out/color_matrix.c
index f807a0e92..32fe3f61c 100644
--- a/src/video_out/color_matrix.c
+++ b/src/video_out/color_matrix.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 the xine project
+ * Copyright (C) 2012-2013 the xine project
*
* This file is part of xine, a free video player.
*
@@ -117,7 +117,7 @@ static void cm_init (CM_DRIVER_T *this) {
this->cm_state = this->xine->config->register_enum (
this->xine->config,
CM_CONFIG_NAME,
- CM_CONFIG_SD,
+ CM_CONFIG_SIZE,
(char **)cm_conf_labels,
_("Output color matrix"),
_("Tell how output colors should be calculated.\n\n"