summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-12 18:06:53 +0100
committerwm4 <wm4@nowhere>2020-02-12 18:06:53 +0100
commitc3f93f5fdd33ada85e700bf8bad7d70f6739eed4 (patch)
tree330ffa30694e6b11f720f0803f552cd3eb30a860 /video
parent7c8b40c38a9858166d804c362aa03119073ed947 (diff)
downloadmpv-c3f93f5fdd33ada85e700bf8bad7d70f6739eed4.tar.bz2
mpv-c3f93f5fdd33ada85e700bf8bad7d70f6739eed4.tar.xz
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.
Diffstat (limited to 'video')
-rw-r--r--video/sws_utils.c1
1 files changed, 1 insertions, 0 deletions
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,
},
};