diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-17 19:44:24 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-11 20:39:13 +0200 |
commit | 48a5adab62bd2a553f5069d41fa632a0701835e5 (patch) | |
tree | c779ce2ea3ad4465279db314a0c3d75cd368b30e /doc/APIchanges | |
parent | 1565cbc65cbb9f95c11367314a080068895e0cf0 (diff) | |
download | ffmpeg-48a5adab62bd2a553f5069d41fa632a0701835e5.tar.gz |
lavfi: add avfilter_init_str() to replace avfilter_init_filter().
Drop the unused opaque parameter from its signature.
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 9748565a08..0def56eb95 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -20,6 +20,7 @@ API changes, most recent first: avfilter_graph_add_filter(). Add AVFilterContext.graph pointing to the AVFilterGraph that contains the filter. + Add avfilter_init_str(), deprecate avfilter_init_filter(). 2013-xx-xx - lavfi 3.7.0 - avfilter.h Add AVFilter.priv_class for exporting filter options through the AVOptions API |