Commit a45be55d authored by Nicolas George's avatar Nicolas George

lavf/tee: pass options to protocol.

Fix trac ticket #8705.
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment