Explorar el Código

testyuv: make test params static const

Anonymous Maarten hace 3 semanas
padre
commit
03f74f3ad3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;