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.
This commit is contained in:
wm4 2014-12-08 17:09:39 +01:00
parent 08e9bbe3dd
commit 8927d5942c
1 changed files with 1 additions and 1 deletions

View File

@ -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},