mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Merge commit '1ba95a9cca'
* commit '1ba95a9cca':
lavfi: add avfilter_init_dict() for initializing a filter with a dict.
Conflicts:
libavfilter/avfilter.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
46de9ba598
3 changed files with 46 additions and 14 deletions
|
|
@ -168,6 +168,7 @@ API changes, most recent first:
|
|||
Add AVFilterContext.graph pointing to the AVFilterGraph that contains the
|
||||
filter.
|
||||
Add avfilter_init_str(), deprecate avfilter_init_filter().
|
||||
Add avfilter_init_dict().
|
||||
|
||||
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