From 00838fe0c34558a9ade2e7002df6a153b526c76e Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 2 Nov 2019 02:22:16 +0100 Subject: zimg: make --zimg-fast=yes default This is mostly just because of the odd RGB default gamma issue, which shouldn't have any real impact. This also sets allow_approximate_gamma, which I hope is fine for normal use cases. --- video/zimg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video') diff --git a/video/zimg.c b/video/zimg.c index 0d057e06f3..7010630e7a 100644 --- a/video/zimg.c +++ b/video/zimg.c @@ -64,6 +64,7 @@ const struct m_sub_options zimg_conf = { .scaler_chroma_params = {NAN, NAN}, .scaler_chroma = ZIMG_RESIZE_BILINEAR, .dither = ZIMG_DITHER_RANDOM, + .fast = 1, }, }; -- cgit v1.2.3