[FFmpeg-devel] [PATCH 2/4] ffmpeg: don't use resample_lavr_opts

Rostislav Pehlivanov atomnuker at gmail.com
Mon Mar 6 04:46:49 EET 2017


That pointer isn't used by absolutely anything.

Signed-off-by: Rostislav Pehlivanov <atomnuker at 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



More information about the ffmpeg-devel mailing list