]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.h
lavfi: deprecate AVFilterGraph->resample_lavr_opts
[ffmpeg] / libavfilter / avfilter.h
index b56615c98edf21bdc5a6aad126ef3ee1a7bc6894..ac6dca4fc087e9295fecb9369dac41998461da54 100644 (file)
@@ -841,7 +841,9 @@ typedef struct AVFilterGraph {
     unsigned nb_filters;
 
     char *scale_sws_opts; ///< sws options to use for the auto-inserted scale filters
-    char *resample_lavr_opts;   ///< libavresample options to use for the auto-inserted resample filters
+#if FF_API_LAVR_OPTS
+    attribute_deprecated char *resample_lavr_opts;   ///< libavresample options to use for the auto-inserted resample filters
+#endif
 
     /**
      * Type of multithreading allowed for filters in this graph. A combination