mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-04-23 02:05:01 +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;
|
||||
unsigned long window;
|
||||
bool follow_focused; /* If this is set then |window| is ignored */
|
||||
bool record_cursor;
|
||||
|
||||
Reference in New Issue
Block a user