mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Merge commit 'fa2a34cd40'
* commit 'fa2a34cd40':
lavfi: change the filter registering system to match the other libraries
Conflicts:
cmdutils.c
ffplay.c
libavfilter/avfilter.c
libavfilter/avfilter.h
This removes the ability to put AVFilters in read only memory and having
them shareable.
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
835cc0f2e7
7 changed files with 52 additions and 34 deletions
|
|
@ -171,6 +171,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