From 81f155bf6306a2aa378b03920ed2b6f44e013016 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 21 Apr 2025 23:02:29 +0200 Subject: Refactor video encoding packet receiving, replay buffer and finish SIGRTMIN for recording while replay/replaying. Add -ro option to specify the directory --- include/args_parser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/args_parser.h') diff --git a/include/args_parser.h b/include/args_parser.h index becc551..d1b9713 100644 --- a/include/args_parser.h +++ b/include/args_parser.h @@ -8,7 +8,7 @@ typedef struct gsr_egl gsr_egl; -#define NUM_ARGS 28 +#define NUM_ARGS 29 #define WINDOW_STR_MAX_SIZE 128 typedef enum { @@ -71,6 +71,7 @@ typedef struct { char window[WINDOW_STR_MAX_SIZE]; const char *container_format; const char *filename; + const char *replay_recording_directory; const char *portal_session_token_filepath; const char *recording_saved_script; bool verbose; -- cgit v1.2.3-70-g09d2