]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.h
avfilter: Remove deprecated avfilter_link_get_channels
[ffmpeg] / libavfilter / avfilter.h
index be1242436ba7cd02d19e6c424652a381eb85d075..6e4b2464c5cd9be75a41397d9de7e39f56d70351 100644 (file)
@@ -673,14 +673,6 @@ int avfilter_link(AVFilterContext *src, unsigned srcpad,
  */
 void avfilter_link_free(AVFilterLink **link);
 
-#if FF_API_FILTER_GET_SET
-/**
- * Get the number of channels of a link.
- * @deprecated Use av_buffersink_get_channels()
- */
-attribute_deprecated
-int avfilter_link_get_channels(AVFilterLink *link);
-#endif
 #if FF_API_FILTER_LINK_SET_CLOSED
 /**
  * Set the closed field of a link.
@@ -853,9 +845,6 @@ typedef struct AVFilterGraph {
     unsigned nb_filters;
 
     char *scale_sws_opts; ///< sws options to use for the auto-inserted scale 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