From 1484cd98330543db0f70955cb8877aeab7f8f06f Mon Sep 17 00:00:00 2001 From: Torsten Jager Date: Fri, 27 Sep 2013 15:52:30 +0200 Subject: color_matrix.c: default to "Signal+Size". This is preferred on any half-way sRGB compliant monitors. --- src/video_out/color_matrix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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" -- cgit v1.2.3