From f14722a40f46366e4333881ec5d540bca1400280 Mon Sep 17 00:00:00 2001 From: Bin Jin Date: Mon, 25 Aug 2014 22:36:48 +0200 Subject: vo_opengl: add cparam1 and cparam2 options Although cscale is rarely used, it's possible that params of cscale are accidentally set to lparam1 and lparam2, which might cause unexpected results. --- video/out/gl_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/gl_video.h') diff --git a/video/out/gl_video.h b/video/out/gl_video.h index 011a62fe5f..c5f2e558c7 100644 --- a/video/out/gl_video.h +++ b/video/out/gl_video.h @@ -29,7 +29,7 @@ struct lut3d { struct gl_video_opts { char *scalers[2]; - float scaler_params[2]; + float scaler_params[2][2]; int indirect; float gamma; int srgb; -- cgit v1.2.3