mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
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:
@@ -161,7 +161,7 @@ static int query_formats(AVFilterGraph *graph, AVClass *log_ctx)
|
||||
if (graph->filters[i]->filter->query_formats)
|
||||
graph->filters[i]->filter->query_formats(graph->filters[i]);
|
||||
else
|
||||
avfilter_default_query_formats(graph->filters[i]);
|
||||
ff_default_query_formats(graph->filters[i]);
|
||||
}
|
||||
|
||||
/* go through and merge as many format lists as possible */
|
||||
|
||||
Reference in New Issue
Block a user