refactor: review format and imports

This commit is contained in:
2026-05-11 07:53:28 +02:00
parent 8f0da378b0
commit cdc7df3e56
29 changed files with 30 additions and 37 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
#include <bsd/string.h>
#include <limits.h>
#include <log.h>
#include <stdbool.h>
@@ -228,4 +227,4 @@ void args_parse(Parameters *params, int argc, char **argv) {
if (params->video_size == 0) {
params->video_size = params->internal_size;
}
}
}