summaryrefslogtreecommitdiffstats
path: root/video/sws_utils.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-04-24 14:31:11 +0200
committerwm4 <wm4@nowhere>2020-04-24 14:31:11 +0200
commit8909bf3317b26f35265efa7dae534f430c636bb3 (patch)
treed74e4fbfb042ee02e67e2b984c9fba9c9a96e22b /video/sws_utils.h
parent77738ac6f572edc0b34879b5741e192ccb89a9e7 (diff)
downloadmpv-8909bf3317b26f35265efa7dae534f430c636bb3.tar.bz2
mpv-8909bf3317b26f35265efa7dae534f430c636bb3.tar.xz
sws_utils: remove unused brightness etc. controls
Used to be used by vo_x11, and some other situations where software conversion was employed. Haven't seen anyone complain about how software brightness controls went away (originating from mplayer), so whatever, it won't be needed again.
Diffstat (limited to 'video/sws_utils.h')
-rw-r--r--video/sws_utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/sws_utils.h b/video/sws_utils.h
index 24846f544e..2c7af5eac0 100644
--- a/video/sws_utils.h
+++ b/video/sws_utils.h
@@ -35,7 +35,6 @@ struct mp_sws_context {
// User configuration. These can be changed freely, at any time.
// mp_sws_scale() will handle the changes transparently.
int flags;
- int brightness, contrast, saturation;
bool allow_zimg; // use zimg if available (ignores filters and all)
bool force_reload;
// These are also implicitly set by mp_sws_scale(), and thus optional.