From b3e788d3f462e4f8acaf4ea9bf0cb07f8d622c7c Mon Sep 17 00:00:00 2001 From: Bin Jin Date: Tue, 26 Aug 2014 00:41:30 +0200 Subject: vo_opengl: add radius options for filters Add two new options, make it possible for user to set the radius for some of the filters with no fixed radius. Also add three new filters with the new radius parameter supported. --- 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 c5f2e558c7..8ea5d3420f 100644 --- a/video/out/gl_video.h +++ b/video/out/gl_video.h @@ -30,6 +30,7 @@ struct lut3d { struct gl_video_opts { char *scalers[2]; float scaler_params[2][2]; + float scaler_radius[2]; int indirect; float gamma; int srgb; -- cgit v1.2.3