mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
lavfi: change the filter registering system to match the other libraries
Removes an arbitrary hardcoded limit on the number of filters.
This commit is contained in:
parent
7e8fe4be5f
commit
fa2a34cd40
7 changed files with 48 additions and 29 deletions
|
|
@ -24,6 +24,8 @@ API changes, most recent first:
|
|||
Add avfilter_init_dict().
|
||||
Add AVFilter.flags field and AVFILTER_FLAG_DYNAMIC_{INPUTS,OUTPUTS} flags.
|
||||
Add avfilter_pad_count() for counting filter inputs/outputs.
|
||||
Add avfilter_next(), deprecate av_filter_next().
|
||||
Deprecate avfilter_uninit().
|
||||
|
||||
2013-xx-xx - lavfi 3.7.0 - avfilter.h
|
||||
Add AVFilter.priv_class for exporting filter options through the AVOptions API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue