summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.h
diff options
context:
space:
mode:
authorBin Jin <bjin1990@gmail.com>2014-08-25 22:36:48 +0200
committerwm4 <wm4@nowhere>2014-08-26 22:19:27 +0200
commitf14722a40f46366e4333881ec5d540bca1400280 (patch)
tree05872c144c973ba14ef29ba881954123c7228df6 /video/out/gl_video.h
parenta8b67c66f24700205923959b005b2547490e6c8e (diff)
downloadmpv-f14722a40f46366e4333881ec5d540bca1400280.tar.bz2
mpv-f14722a40f46366e4333881ec5d540bca1400280.tar.xz
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.
Diffstat (limited to 'video/out/gl_video.h')
-rw-r--r--video/out/gl_video.h2
1 files changed, 1 insertions, 1 deletions
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;