pass in input resolution

This commit is contained in:
2025-09-22 23:38:35 +02:00
parent 1659ae94c7
commit bf9f0845b7
9 changed files with 76 additions and 21 deletions
+1
View File
@@ -115,6 +115,7 @@ typedef struct Context {
bool monitor;
unsigned int *input_widths;
unsigned int *input_heights;
unsigned int *input_formats;
} Context;
typedef struct Timer {