From 4ebfe9851c63c8aa55292c01f23fedd9313ed191 Mon Sep 17 00:00:00 2001 From: Christoph Heinrich Date: Mon, 20 Feb 2023 06:44:22 +0100 Subject: options: transition commands from OPT_FLAG to OPT_BOOL --- video/out/placebo/ra_pl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/placebo/ra_pl.c') diff --git a/video/out/placebo/ra_pl.c b/video/out/placebo/ra_pl.c index a008e28c5f..c7cf19efdc 100644 --- a/video/out/placebo/ra_pl.c +++ b/video/out/placebo/ra_pl.c @@ -153,6 +153,7 @@ bool mppl_wrap_tex(struct ra *ra, pl_tex pltex, struct ra_tex *out_tex) .downloadable = pltex->params.host_readable, // These don't exist upstream, so just pick something reasonable .src_linear = pltex->params.format->caps & PL_FMT_CAP_LINEAR, + .src_repeat = false, }, .priv = (void *) pltex, }; -- cgit v1.2.3