From 174192d5605c51b41f39bb8c5de1abc1edc8a106 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 13 Jul 2026 12:39:12 +0200 Subject: Add -exclude-metadata option --- include/args_parser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/args_parser.h b/include/args_parser.h index 2208a9a..e8c68d8 100644 --- a/include/args_parser.h +++ b/include/args_parser.h @@ -8,7 +8,7 @@ typedef struct gsr_egl gsr_egl; -#define NUM_ARGS 37 +#define NUM_ARGS 38 typedef enum { GSR_CAPTURE_SOURCE_TYPE_WINDOW, @@ -93,6 +93,7 @@ typedef struct { bool gl_debug; bool fallback_cpu_encoding; bool low_power; + bool exclude_metadata; bool record_cursor; bool date_folders; bool restore_portal_session; -- cgit v1.2.3