From d484cb3f3245573ec024d6a50099d9a5a5e4400d Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 14 Nov 2014 15:22:37 +0100 Subject: vo_opengl: allow setting different filters for downscaling --- video/out/gl_video.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/gl_video.h') diff --git a/video/out/gl_video.h b/video/out/gl_video.h index 8ea5d3420f..a28109a5a2 100644 --- a/video/out/gl_video.h +++ b/video/out/gl_video.h @@ -29,6 +29,7 @@ struct lut3d { struct gl_video_opts { char *scalers[2]; + char *dscalers[2]; float scaler_params[2][2]; float scaler_radius[2]; int indirect; -- cgit v1.2.3