lavfi: remove avfilter_default_* from public API on next bump.
Those functions are only useful inside filters. It is better to not support user filters until the API is more stable.
This commit is contained in:
@ -75,4 +75,6 @@ void ff_channel_layouts_unref(AVFilterChannelLayouts **ref);
|
||||
void ff_channel_layouts_changeref(AVFilterChannelLayouts **oldref,
|
||||
AVFilterChannelLayouts **newref);
|
||||
|
||||
int ff_default_query_formats(AVFilterContext *ctx);
|
||||
|
||||
#endif // AVFILTER_FORMATS_H
|
||||
|
Reference in New Issue
Block a user