提交 a45be55d 编写于 作者: N Nicolas George

lavf/tee: pass options to protocol.

Fix trac ticket #8705.
上级 b6d7c4c1
......@@ -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));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册