From 8909bf3317b26f35265efa7dae534f430c636bb3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 24 Apr 2020 14:31:11 +0200 Subject: 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. --- video/sws_utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'video/sws_utils.h') 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. -- cgit v1.2.3