mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
lavfi: deprecate AVFilterGraph->resample_lavr_opts
Not used by anything at all since we don't auto insert lavr filters. Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
@@ -128,7 +128,9 @@ void avfilter_graph_free(AVFilterGraph **graph)
|
||||
|
||||
av_freep(&(*graph)->scale_sws_opts);
|
||||
av_freep(&(*graph)->aresample_swr_opts);
|
||||
#if FF_API_LAVR_OPTS
|
||||
av_freep(&(*graph)->resample_lavr_opts);
|
||||
#endif
|
||||
av_freep(&(*graph)->filters);
|
||||
av_freep(&(*graph)->internal);
|
||||
av_freep(graph);
|
||||
|
||||
Reference in New Issue
Block a user