Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-03-06 05:46:49 +0300
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-03-16 09:58:50 +0300
commit911417f0b34e611bf084319c5b5a4e4e630da940 (patch)
treeebd200246d1d3b31c6ddb3e7ebfb18afab7523cf /ffmpeg_filter.c
parent6c4665deb4d20e3e305e54b4fb4431e57497d374 (diff)
ffmpeg: don't use resample_lavr_opts
That pointer isn't used by absolutely anything. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffmpeg_filter.c')
-rw-r--r--ffmpeg_filter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg_filter.c b/ffmpeg_filter.c
index 6cf4204e2f..5cc640d75d 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)