From 1ba95a9cca57b023b9b9de071a5671fc05b05e58 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 17 Mar 2013 20:16:12 +0100 Subject: lavfi: add avfilter_init_dict() for initializing a filter with a dict. --- doc/APIchanges | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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 -- cgit v1.2.3