From a6206c09153da9085a20f5a306685af60f7df516 Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Wed, 1 Jan 2025 10:37:21 +0100 Subject: [PATCH] test/vidconv: remove static struct test --- test/vidconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vidconv.c b/test/vidconv.c index c9bd5c0c7..18302ba08 100644 --- a/test/vidconv.c +++ b/test/vidconv.c @@ -373,7 +373,7 @@ static int test_vidconv_center(void) struct vidframe *dst = NULL; struct vidframe *src = NULL; - static struct test { + struct test { struct vidrect r; struct vidsz src_sz; struct vidsz dst_sz;