summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-06 01:46:34 +0100
committerwm4 <wm4@nowhere>2014-12-06 01:46:34 +0100
commit0641c7b783acb092f2d8ac77b21ff3999b0375ef (patch)
tree676763d9cd17b6d44424a8300427dbe1481bc498 /video
parent115b165b98c02646c81f8562e2f8e315ee4a7388 (diff)
downloadmpv-0641c7b783acb092f2d8ac77b21ff3999b0375ef.tar.bz2
mpv-0641c7b783acb092f2d8ac77b21ff3999b0375ef.tar.xz
vo_opengl: disable fancy-downscaling for opengl-hq again
Seems it's actually buggy, beyond the problem that large filter sizes are required.
Diffstat (limited to 'video')
-rw-r--r--video/out/gl_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index c3bd88a21c..9fa1b4974f 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -304,7 +304,7 @@ const struct gl_video_opts gl_video_opts_hq_def = {
.dither_size = 6,
.fbo_format = GL_RGBA16,
.scale_sep = 1,
- .fancy_downscaling = 1,
+ .fancy_downscaling = 0,
.scalers = { "spline36", "bilinear" },
.scaler_params = {{NAN, NAN}, {NAN, NAN}},
.scaler_radius = {NAN, NAN},