提交 911417f0 编写于 作者: R Rostislav Pehlivanov

ffmpeg: don't use resample_lavr_opts

That pointer isn't used by absolutely anything.
Signed-off-by: NRostislav Pehlivanov <atomnuker@gmail.com>
Reviewed-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 6c4665de
......@@ -1020,7 +1020,6 @@ int configure_filtergraph(FilterGraph *fg)
}
if (strlen(args))
args[strlen(args) - 1] = '\0';
fg->graph->resample_lavr_opts = av_strdup(args);
e = av_dict_get(ost->encoder_opts, "threads", NULL, 0);
if (e)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册