Skip to content
Snippets Groups Projects
Commit 911417f0 authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov
Browse files

ffmpeg: don't use resample_lavr_opts


That pointer isn't used by absolutely anything.

Signed-off-by: default avatarRostislav Pehlivanov <atomnuker@gmail.com>
Reviewed-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 6c4665de
No related branches found
No related tags found
No related merge requests found
...@@ -1020,7 +1020,6 @@ int configure_filtergraph(FilterGraph *fg) ...@@ -1020,7 +1020,6 @@ int configure_filtergraph(FilterGraph *fg)
} }
if (strlen(args)) if (strlen(args))
args[strlen(args) - 1] = '\0'; args[strlen(args) - 1] = '\0';
fg->graph->resample_lavr_opts = av_strdup(args);
e = av_dict_get(ost->encoder_opts, "threads", NULL, 0); e = av_dict_get(ost->encoder_opts, "threads", NULL, 0);
if (e) if (e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment