aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-12-30 02:33:12 +0100
committerdec05eba <dec05eba@protonmail.com>2025-12-30 02:33:12 +0100
commitcb9cb6c567181de2150c445a238f66ea2741f6fd (patch)
tree611b23f79bd6f4d797132c4a085bbc2a5f6fcfe8 /include
parent5857cfa1b4feb1e6f7e2373b20333f77922aa160 (diff)
Add -ffmpeg-opts argument to pass additional options to ffmpeg
Diffstat (limited to 'include')
-rw-r--r--include/args_parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/args_parser.h b/include/args_parser.h
index 316b5e1..0a03024 100644
--- a/include/args_parser.h
+++ b/include/args_parser.h
@@ -8,7 +8,7 @@
typedef struct gsr_egl gsr_egl;
-#define NUM_ARGS 32
+#define NUM_ARGS 33
typedef enum {
GSR_CAPTURE_SOURCE_TYPE_WINDOW,
@@ -85,6 +85,7 @@ typedef struct {
const char *replay_recording_directory;
const char *portal_session_token_filepath;
const char *recording_saved_script;
+ const char *ffmpeg_opts;
bool verbose;
bool gl_debug;
bool fallback_cpu_encoding;