vo_opengl: disable fancy-downscaling for opengl-hq again

Seems it's actually buggy, beyond the problem that large filter sizes
are required.
This commit is contained in:
wm4 2014-12-06 01:46:34 +01:00
parent 115b165b98
commit 0641c7b783
1 changed files with 1 additions and 1 deletions

View File

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