From 50f263990a5124b8aa2afd3729fadd742ea21523 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 25 Oct 2019 15:25:49 +0200 Subject: vo_drm: allow use of zimg --- video/out/vo_drm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/video/out/vo_drm.c b/video/out/vo_drm.c index ce48779a82..83dede468c 100644 --- a/video/out/vo_drm.c +++ b/video/out/vo_drm.c @@ -304,6 +304,7 @@ static int reconfig(struct vo *vo, struct mp_image_params *params) int h = p->dst.y1 - p->dst.y0; mp_sws_set_from_cmdline(p->sws, vo->global); + p->sws->allow_zimg = true; p->sws->src = *params; p->sws->dst = (struct mp_image_params) { .imgfmt = p->imgfmt, -- cgit v1.2.3