From 099b95a780805067aec84a62d3110760f0fcbb1a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 29 May 2026 08:15:09 +0200 Subject: Fix -c whip not working (dont do avio_open for live streams) --- include/args_parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3