mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user