summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-08 17:09:39 +0100
committerwm4 <wm4@nowhere>2014-12-08 17:09:39 +0100
commit8927d5942cf1ecb31a83cecd296b09b15a7c8c52 (patch)
tree3c4635ad8133988d7a2e999e0ac534fd502bf33a /video
parent08e9bbe3dd4f928232fd81d8fcf796fe81fecbbe (diff)
downloadmpv-8927d5942cf1ecb31a83cecd296b09b15a7c8c52.tar.bz2
mpv-8927d5942cf1ecb31a83cecd296b09b15a7c8c52.tar.xz
vo_opengl: enable fancy-downscaling for opengl-hq again
I guess most problems with it have been fixed. It's still slower than necessary, though.
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 dc526ec998..eef5dfc467 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -293,7 +293,7 @@ const struct gl_video_opts gl_video_opts_hq_def = {
.dither_size = 6,
.fbo_format = GL_RGBA16,
.scale_sep = 1,
- .fancy_downscaling = 0,
+ .fancy_downscaling = 1,
.scalers = { "spline36", "bilinear" },
.scaler_params = {{NAN, NAN}, {NAN, NAN}},
.scaler_radius = {NAN, NAN},