0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

f_swscale: enable use of zimg

The usual opt-in mechanism.
This commit is contained in:
wm4 2019-10-20 23:13:27 +02:00
parent 9dead2b932
commit 1c96152db3

View File

@ -142,6 +142,7 @@ struct mp_sws_filter *mp_sws_filter_create(struct mp_filter *parent)
s->sws->log = f->log;
s->pool = mp_image_pool_new(s);
s->sws->allow_zimg = true;
mp_sws_set_from_cmdline(s->sws, f->global);
return s;