mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
parent
b6d7c4c1d4
commit
a45be55d5b
@ -295,7 +295,7 @@ static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave)
|
||||
goto end;
|
||||
}
|
||||
|
||||
ret = ff_format_output_open(avf2, filename, NULL);
|
||||
ret = ff_format_output_open(avf2, filename, &options);
|
||||
if (ret < 0) {
|
||||
av_log(avf, AV_LOG_ERROR, "Slave '%s': error opening: %s\n", slave,
|
||||
av_err2str(ret));
|
||||
|
Loading…
Reference in New Issue
Block a user