diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-21 23:02:29 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-21 23:02:29 +0200 |
commit | 81f155bf6306a2aa378b03920ed2b6f44e013016 (patch) | |
tree | 4da99d1db6d44cfa87c3970d14525ad13b7a85f4 /include/args_parser.h | |
parent | ce7b47a877a3e47632f27c44c333a96221885202 (diff) |
Refactor video encoding packet receiving, replay buffer and finish SIGRTMIN for recording while replay/replaying. Add -ro option to specify the directory
Diffstat (limited to 'include/args_parser.h')
-rw-r--r-- | include/args_parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |