summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/tee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/tee.c b/libavformat/tee.c
index 99259a7dd5..dd1844ac0e 100644
--- a/libavformat/tee.c
+++ b/libavformat/tee.c
@@ -208,7 +208,7 @@ static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave)
if (ret < 0)
goto end;
- ret = av_dict_set(&tee_slave->fifo_options, "format_options", format_options_str,
+ ret = av_dict_set(&tee_slave->fifo_options, "format_opts", format_options_str,
AV_DICT_DONT_STRDUP_VAL);
if (ret < 0)
goto end;