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