From c3f93f5fdd33ada85e700bf8bad7d70f6739eed4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 12 Feb 2020 18:06:53 +0100 Subject: sws_utils: use zimg by default if available This seems stable enough to use. Change the default, and remove it from the sw-fast profile. --- video/sws_utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video') diff --git a/video/sws_utils.c b/video/sws_utils.c index ce22e79e03..855c1ba821 100644 --- a/video/sws_utils.c +++ b/video/sws_utils.c @@ -83,6 +83,7 @@ const struct m_sub_options sws_conf = { .size = sizeof(struct sws_opts), .defaults = &(const struct sws_opts){ .scaler = SWS_LANCZOS, + .zimg = 1, }, }; -- cgit v1.2.3