summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-03-28 08:51:36 +0100
committerAnton Khirnov <anton@khirnov.net>2013-04-11 20:42:41 +0200
commit7cdd737ba81b5c2c9521c4509edf0ac315fabc65 (patch)
treed8947361ed1e2ca37eeca1bd86836769a66fa82c /doc/APIchanges
parent1ba95a9cca57b023b9b9de071a5671fc05b05e58 (diff)
lavfi: mark filters with dynamic number of inputs or outputs with special flags
This will be useful in avtools in the following commits. Any other caller might also want to know this information.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 35c49f6ddd..87a472b679 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -22,6 +22,7 @@ API changes, most recent first:
filter.
Add avfilter_init_str(), deprecate avfilter_init_filter().
Add avfilter_init_dict().
+ Add AVFilter.flags field and AVFILTER_FLAG_DYNAMIC_{INPUTS,OUTPUTS} flags.
2013-xx-xx - lavfi 3.7.0 - avfilter.h
Add AVFilter.priv_class for exporting filter options through the AVOptions API