From 03f74f3ad32ce6b36c68804022079eab0129eee7 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
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 bd4b8b298161a..85f3ee4c8fd4e 100644
--- a/test/testyuv.c
+++ b/test/testyuv.c
@@ -766,7 +766,7 @@ static bool run_interactive(SDL_Window *window, const char *renderer_name, SDL_S
int main(int argc, char **argv)
{
- struct
+ static const struct
{
bool enable_intrinsics;
int pattern_size;