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, 1 insertions, 0 deletions
diff --git a/video/sws_utils.h b/video/sws_utils.h
index ac643dd7cf..f8b4384e97 100644
--- a/video/sws_utils.h
+++ b/video/sws_utils.h
@@ -44,6 +44,7 @@ struct mp_sws_context {
// Cached context (if any)
struct SwsContext *sws;
+ bool supports_csp;
// Contains parameters for which sws is valid
struct mp_sws_context *cached;