diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-17 20:16:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-11 20:40:20 +0200 |
commit | 1ba95a9cca57b023b9b9de071a5671fc05b05e58 (patch) | |
tree | 8b3ba983d5ac69eb207454487322c392b1056108 /doc/APIchanges | |
parent | 48a5adab62bd2a553f5069d41fa632a0701835e5 (diff) | |
download | ffmpeg-1ba95a9cca57b023b9b9de071a5671fc05b05e58.tar.gz |
lavfi: add avfilter_init_dict() for initializing a filter with a dict.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 1 |
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 |