Commit 911417f0 authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov

ffmpeg: don't use resample_lavr_opts

That pointer isn't used by absolutely anything.
Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment