That pointer isn't used by absolutely anything. Signed-off-by: Rostislav Pehlivanov <atomnu...@gmail.com> --- ffmpeg_filter.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/ffmpeg_filter.c b/ffmpeg_filter.c index 7f249c2960..0897790ba1 100644 --- a/ffmpeg_filter.c +++ b/ffmpeg_filter.c @@ -1037,7 +1037,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) -- 2.12.0.rc1.440.g5b76565f74 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel