obs-ffmpeg: Fix output path logging

This commit is contained in:
derrod
2024-04-21 18:11:27 +02:00
committed by Ryan Foster
parent cfe9192572
commit 14f588f318
+1
View File
@@ -306,6 +306,7 @@ static void build_command_line(struct ffmpeg_muxer *stream,
*args = os_process_args_create(exe);
bfree(exe);
dstr_copy(&stream->path, path);
os_process_args_add_arg(*args, path);
os_process_args_add_argf(*args, "%d", vencoder ? 1 : 0);
os_process_args_add_argf(*args, "%d", num_tracks);