mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
f_swscale: enable use of zimg
The usual opt-in mechanism.
This commit is contained in:
parent
9dead2b932
commit
1c96152db3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user