summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-04 00:08:54 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-04 00:08:54 +0000
commit694c65e985db954165f96faec43bbc755ae6052b (patch)
treec87899b1a90a276b8571a8a137149a786adb2b52 /cfg-common.h
parentd7565fdceb7e5798bfaa41a4f627487a1731f3e3 (diff)
downloadmpv-694c65e985db954165f96faec43bbc755ae6052b.tar.bz2
mpv-694c65e985db954165f96faec43bbc755ae6052b.tar.xz
change sws sharpen filter a little
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17531 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 5d6b360f90..599b5aabb5 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -421,8 +421,8 @@ m_option_t scaler_filter_conf[]={
{"cgb", &sws_chr_gblur, CONF_TYPE_FLOAT, 0, 0, 100.0, NULL},
{"cvs", &sws_chr_vshift, CONF_TYPE_INT, 0, 0, 0, NULL},
{"chs", &sws_chr_hshift, CONF_TYPE_INT, 0, 0, 0, NULL},
- {"ls", &sws_lum_sharpen, CONF_TYPE_FLOAT, 0, 0, 100.0, NULL},
- {"cs", &sws_chr_sharpen, CONF_TYPE_FLOAT, 0, 0, 100.0, NULL},
+ {"ls", &sws_lum_sharpen, CONF_TYPE_FLOAT, 0, -100.0, 100.0, NULL},
+ {"cs", &sws_chr_sharpen, CONF_TYPE_FLOAT, 0, -100.0, 100.0, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};