From 9e10f8ccbb4a296ebd1cdf4e0908c84a8bfcfe31 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 28 Nov 2014 23:59:37 +0100 Subject: vo_opengl: enable fancy-downscaling by default for opengl-hq --- video/out/gl_video.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video') diff --git a/video/out/gl_video.c b/video/out/gl_video.c index 554fe4ddf1..a867c1a080 100644 --- a/video/out/gl_video.c +++ b/video/out/gl_video.c @@ -302,6 +302,7 @@ const struct gl_video_opts gl_video_opts_hq_def = { .dither_size = 6, .fbo_format = GL_RGBA16, .scale_sep = 1, + .fancy_downscaling = 1, .scalers = { "spline36", "bilinear" }, .scaler_params = {{NAN, NAN}, {NAN, NAN}}, .scaler_radius = {NAN, NAN}, -- cgit v1.2.3