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 07fc3c76b1..a3c1d59be3 100644
--- a/video/sws_utils.h
+++ b/video/sws_utils.h
@@ -37,6 +37,7 @@ struct mp_sws_context {
// By default, they are NULL.
// Freeing the mp_sws_context will deallocate these if set.
struct SwsFilter *src_filter, *dst_filter;
+ double params[2];
// Cached context (if any)
struct SwsContext *sws;