From 03f74f3ad32ce6b36c68804022079eab0129eee7 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Thu, 2 Apr 2026 20:24:04 +0200 Subject: [PATCH] testyuv: make test params static const --- test/testyuv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testyuv.c b/test/testyuv.c index bd4b8b2981..85f3ee4c8f 100644 --- a/test/testyuv.c +++ b/test/testyuv.c @@ -766,7 +766,7 @@ done: int main(int argc, char **argv) { - struct + static const struct { bool enable_intrinsics; int pattern_size;