lavfi: add avfilter_init_str() to replace avfilter_init_filter().

Drop the unused opaque parameter from its signature.
This commit is contained in:
Anton Khirnov
2013-03-17 19:44:24 +01:00
parent 1565cbc65c
commit 48a5adab62
7 changed files with 33 additions and 3 deletions
+1
View File
@@ -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