summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-02-06 02:55:49 +0100
committerNiklas Haas <git@nand.wakku.to>2015-02-06 02:55:49 +0100
commit4872443fc0217429ba60308213c118dc55b7b88c (patch)
tree18e986e75c989bff589c2d67af82f076a30f9319
parentcfd3d5b52003a23376d02fd6cc581f46289badd2 (diff)
downloadmpv-4872443fc0217429ba60308213c118dc55b7b88c.tar.bz2
mpv-4872443fc0217429ba60308213c118dc55b7b88c.tar.xz
vo_opengl: get rid of unused field approx_gamma
This was left over from 61f5a80.
-rw-r--r--video/out/gl_video.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/gl_video.h b/video/out/gl_video.h
index 490b49bb7e..63e33718ce 100644
--- a/video/out/gl_video.h
+++ b/video/out/gl_video.h
@@ -36,7 +36,6 @@ struct gl_video_opts {
float scaler_antiring[2];
float gamma;
int srgb;
- int approx_gamma;
int fancy_downscaling;
int sigmoid_upscaling;
float sigmoid_center;