aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-09-20 02:20:42 +0200
committerdec05eba <dec05eba@protonmail.com>2024-09-20 02:20:42 +0200
commitaef223d844239e2ea66109c20bdd72c0a7d8faee (patch)
tree1fb54021831ede4d6a501e42615abfbccef39348 /include
parent6e73e40bb16f3b34f39364314b67f4f41e46b9a8 (diff)
Remove damage tracking for now, better frame timing (deal with time error accumulation)
Diffstat (limited to 'include')
-rw-r--r--include/capture/kms.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/capture/kms.h b/include/capture/kms.h
index f19e462..646928e 100644
--- a/include/capture/kms.h
+++ b/include/capture/kms.h
@@ -10,6 +10,7 @@ typedef struct {
gsr_color_range color_range;
bool hdr;
bool record_cursor;
+ int fps;
} gsr_capture_kms_params;
gsr_capture* gsr_capture_kms_create(const gsr_capture_kms_params *params);