[FFmpeg-cvslog] ffmpeg: don't use resample_lavr_opts

Rostislav Pehlivanov git at videolan.org
Thu Mar 16 09:00:22 EET 2017


ffmpeg | branch: master | Rostislav Pehlivanov <atomnuker at 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 <atomnuker at gmail.com>
Reviewed-by: Michael Niedermayer <michael at 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)



More information about the ffmpeg-cvslog mailing list