summaryrefslogtreecommitdiffstats
path: root/video/sws_utils.h
diff options
context:
space:
mode:
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.