ffmpeg | branch: master | Rostislav Pehlivanov <atomnu...@gmail.com> | Mon Mar 6 02:46:49 2017 +0000| [911417f0b34e611bf084319c5b5a4e4e630da940] | committer: Rostislav Pehlivanov
ffmpeg: don't use resample_lavr_opts That pointer isn't used by absolutely anything. Signed-off-by: Rostislav Pehlivanov <atomnu...@gmail.com> Reviewed-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=911417f0b34e611bf084319c5b5a4e4e630da940 --- ffmpeg_filter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg_filter.c b/ffmpeg_filter.c index 6cf4204..5cc640d 100644 --- a/ffmpeg_filter.c +++ b/ffmpeg_filter.c @@ -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) _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog