summaryrefslogtreecommitdiffstats
path: root/video/sws_utils.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-22 14:41:33 +0200
committerwm4 <wm4@nowhere>2013-07-22 14:41:33 +0200
commit0b160e125723baa42aa3e880945817e518946bd2 (patch)
tree2d4cc87ba08c13b216e3dd8a994849f55827c869 /video/sws_utils.h
parentdb9102765afe9f8904ff299632dc09a5035a3eb8 (diff)
downloadmpv-0b160e125723baa42aa3e880945817e518946bd2.tar.bz2
mpv-0b160e125723baa42aa3e880945817e518946bd2.tar.xz
vf_scale: actually respect param and param2 suboptions
This was forgotten in commit b81f5e2.
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;