mirror of https://github.com/mpv-player/mpv
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:
parent
115b165b98
commit
0641c7b783
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue