]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tee.c
avformat/hlsenc: fix stream level metadata handling
[ffmpeg] / libavformat / tee.c
index 99259a7dd5c955050de0af2ec1e78b231711a6c2..dd1844ac0e16264960ef907587d7339be7710f6b 100644 (file)
@@ -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;