]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfiltergraph.c
avfilter: Remove deprecated resample_lavr_opts
[ffmpeg] / libavfilter / avfiltergraph.c
index f6b572b3de02e26d28ca6f1d1e5316d13565c1d8..ed54d3dc1137fedfe8cc7f8a0d13f1ebb51325a6 100644 (file)
@@ -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);