X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Favfilter.c;h=ea75467a758f3c9209900b39d20da5c442cde0c8;hb=b2c42fc6dc3502a8b6cae441c54d898972a51cff;hp=ff7df672fdbb59d7824ae3721216817ea210fc14;hpb=50b3cd22dd70658b39abd0ced31b495d4d0a4b1b;p=ffmpeg diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index ff7df672fdb..ea75467a758 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -183,10 +183,12 @@ void avfilter_link_free(AVFilterLink **link) av_freep(link); } +#if FF_API_FILTER_GET_SET int avfilter_link_get_channels(AVFilterLink *link) { return link->channels; } +#endif void ff_filter_set_ready(AVFilterContext *filter, unsigned priority) {