mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-07 07:16:21 +09:00
Add support for camera (yuyv, mjpeg) and multiple capture sources
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
|
||||
#include "capture.h"
|
||||
#include "../vec2.h"
|
||||
#include "../cursor.h"
|
||||
|
||||
typedef struct {
|
||||
gsr_egl *egl;
|
||||
gsr_cursor *cursor;
|
||||
const char *display_to_capture; /* A copy is made of this */
|
||||
bool record_cursor;
|
||||
vec2i output_resolution;
|
||||
|
||||
Reference in New Issue
Block a user