diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-05-29 08:15:09 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-05-29 08:15:09 +0200 |
| commit | 099b95a780805067aec84a62d3110760f0fcbb1a (patch) | |
| tree | e5637e138eb5f90aee5b3a8a8f6be04f598cb545 /include | |
| parent | 60f0459f840f568159a320f58d56063ba02e52c4 (diff) | |
Fix -c whip not working (dont do avio_open for live streams)
Diffstat (limited to 'include')
| -rw-r--r-- | include/args_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/args_parser.h b/include/args_parser.h index 75d8bfa..2208a9a 100644 --- a/include/args_parser.h +++ b/include/args_parser.h @@ -98,6 +98,7 @@ typedef struct { bool restore_portal_session; bool restart_replay_on_save; bool write_first_frame_ts; + bool is_replaying; bool is_livestream; bool is_output_piped; bool low_latency_recording; |
