You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavfi: add AVFilterContext.graph.
It will be useful in the following commits.
This commit is contained in:
@@ -18,6 +18,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
|
||||
|
||||
Reference in New Issue
Block a user