mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
obs-ffmpeg: Fix output path logging
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user