From 0b160e125723baa42aa3e880945817e518946bd2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Jul 2013 14:41:33 +0200 Subject: vf_scale: actually respect param and param2 suboptions This was forgotten in commit b81f5e2. --- video/sws_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/sws_utils.h') 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; -- cgit v1.2.3