mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
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>
This commit is contained in:
parent
6c4665deb4
commit
911417f0b3
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue