mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter/formats: document ff_default_query_formats
In particular, make it clear that this function will not touch format lists which were already set by the caller before calling into this function.
This commit is contained in:
@@ -198,6 +198,10 @@ void ff_channel_layouts_unref(AVFilterChannelLayouts **ref);
|
||||
void ff_channel_layouts_changeref(AVFilterChannelLayouts **oldref,
|
||||
AVFilterChannelLayouts **newref);
|
||||
|
||||
/**
|
||||
* Sets all remaining unset filter lists for all inputs/outputs to their
|
||||
* corresponding `ff_all_*()` lists.
|
||||
*/
|
||||
av_warn_unused_result
|
||||
int ff_default_query_formats(AVFilterContext *ctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user