rename device -> video capture and inputs when used

This commit is contained in:
2025-09-22 22:30:27 +02:00
parent 12565aab08
commit 1659ae94c7
5 changed files with 52 additions and 55 deletions
+3 -1
View File
@@ -26,7 +26,7 @@ typedef struct Parameters {
bool demo;
bool windowed;
char *video_in[MAX_VIDEO];
unsigned int video_count;
unsigned int video_in_count;
} Parameters;
typedef struct Vertex {
@@ -113,6 +113,8 @@ typedef struct Context {
bool demo;
unsigned int *seeds;
bool monitor;
unsigned int *input_widths;
unsigned int *input_heights;
} Context;
typedef struct Timer {