mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Add error checks for video capture resolution since some users are retarded
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
#define GSR_CODEC_QUERY_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "../vec2.h"
|
||||
|
||||
typedef struct {
|
||||
bool supported;
|
||||
bool low_power;
|
||||
vec2i max_resolution;
|
||||
} gsr_supported_video_codec;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user