mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
Merge commit '111367263a'
* commit '111367263a':
lavfi: add AVFilterContext.graph.
Conflicts:
libavfilter/avfilter.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
4fde705396
3 changed files with 8 additions and 0 deletions
|
|
@ -161,6 +161,8 @@ API changes, most recent first:
|
|||
avfilterhraph.h, user applications should include just avfilter.h
|
||||
Add avfilter_graph_alloc_filter(), deprecate avfilter_open() and
|
||||
avfilter_graph_add_filter().
|
||||
Add AVFilterContext.graph pointing to the AVFilterGraph that contains the
|
||||
filter.
|
||||
|
||||
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