summaryrefslogtreecommitdiffstats
path: root/libvo/vo_opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_opengl.c')
-rw-r--r--libvo/vo_opengl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_opengl.c b/libvo/vo_opengl.c
index 04a3559be5..4000f55c56 100644
--- a/libvo/vo_opengl.c
+++ b/libvo/vo_opengl.c
@@ -2148,7 +2148,6 @@ static int preinit(struct vo *vo, const char *arg)
.dither_depth = hq ? 0 : -1,
.fbo_format = hq ? GL_RGB16 : GL_RGB,
.use_scale_sep = 1,
- .use_fancy_downscaling = hq,
.scalers = {
{ .index = 0, .name = hq ? "lanczos2" : "bilinear" },
{ .index = 1, .name = "bilinear" },