mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter: Remove deprecated resample_lavr_opts
Deprecated in 3796fb2692.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
James Almer
parent
1ec87f50f4
commit
339af976b6
@@ -131,9 +131,6 @@ 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