Browse Source

testyuv: make test params static const

Anonymous Maarten 20 hours ago
parent
commit
03f74f3ad3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/testyuv.c

+ 1 - 1
test/testyuv.c

@@ -766,7 +766,7 @@ done:
 
 int main(int argc, char **argv)
 {
-    struct
+    static const struct
     {
         bool enable_intrinsics;
         int pattern_size;