rename device -> video capture

This commit is contained in:
2025-09-22 22:26:24 +02:00
parent 8bfcbfa128
commit 12565aab08
7 changed files with 192 additions and 174 deletions
+2 -2
View File
@@ -85,7 +85,7 @@ typedef struct ShaderProgram {
EGLDisplay egl_display;
} ShaderProgram;
typedef struct VideoDevice {
typedef struct VideoCapture {
char *name;
bool error;
int fd;
@@ -97,7 +97,7 @@ typedef struct VideoDevice {
bool output;
struct v4l2_buffer buf;
EGLImageKHR dma_image;
} VideoDevice;
} VideoCapture;
typedef GLFWwindow Window;