1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

lavfi: add avfilter_init_dict() for initializing a filter with a dict.

This commit is contained in:
Anton Khirnov
2013-03-17 20:16:12 +01:00
parent 48a5adab62
commit 1ba95a9cca
3 changed files with 44 additions and 12 deletions

View File

@@ -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