summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-03-17 20:16:12 +0100
committerAnton Khirnov <anton@khirnov.net>2013-04-11 20:40:20 +0200
commit1ba95a9cca57b023b9b9de071a5671fc05b05e58 (patch)
tree8b3ba983d5ac69eb207454487322c392b1056108 /doc
parent48a5adab62bd2a553f5069d41fa632a0701835e5 (diff)
lavfi: add avfilter_init_dict() for initializing a filter with a dict.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 0def56eb95..35c49f6ddd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -21,6 +21,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