Revert "avfilter: deprecate avfilter_link_get_channels()"

This reverts commit 798dcf2432.

It was applied by accident before it could be reviewed.
This commit is contained in:
James Almer
2018-01-05 22:13:28 -03:00
parent 503164b54b
commit da5b05c833
4 changed files with 6 additions and 20 deletions
-2
View File
@@ -183,12 +183,10 @@ 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)
{