diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-31 12:17:07 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-11 20:38:23 +0200 |
commit | 111367263af41c88a44bd763ceefc11d53a7f655 (patch) | |
tree | a9f9b4f8e01cdb636737ceaedb8f1f3ac76f7341 /doc | |
parent | c2c9801bc9bce688d51d1a96f5f3ea93933e2dee (diff) | |
download | ffmpeg-streaming-111367263af41c88a44bd763ceefc11d53a7f655.zip ffmpeg-streaming-111367263af41c88a44bd763ceefc11d53a7f655.tar.gz |
lavfi: add AVFilterContext.graph.
It will be useful in the following commits.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index dd6532d..9748565 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -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 |