summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/opengl/superxbr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/superxbr.c b/video/out/opengl/superxbr.c
index e80b1b0a7c..323ed18513 100644
--- a/video/out/opengl/superxbr.c
+++ b/video/out/opengl/superxbr.c
@@ -31,7 +31,7 @@ struct superxbr_opts {
const struct superxbr_opts superxbr_opts_def = {
.sharpness = 1.0f,
- .edge_strength = 1.0f,
+ .edge_strength = 0.6f,
};
#define OPT_BASE_STRUCT struct superxbr_opts